model: delete unused validator code
Since all generic_type_validator are optimized away, the code will no
longer be called. So we remove that code to avoid any drifting.
A nice "exception" is provided in case this start getting called again
in the future.