intel/compiler: Remove Gen10-specific code

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6899>
This commit is contained in:
Ian Romanick
2020-09-24 11:31:13 -07:00
parent e22f106e01
commit 262ca98b3a
8 changed files with 7 additions and 47 deletions

View File

@@ -53,7 +53,6 @@ gen_from_devinfo(const struct gen_device_info *devinfo)
case 7: return devinfo->is_haswell ? GEN75 : GEN7;
case 8: return GEN8;
case 9: return GEN9;
case 10: return GEN10;
case 11: return GEN11;
case 12: return GEN12;
default: