glsl: Remove redundant semantic check in parser
authorChad Versace <chad.versace@intel.com>
Mon, 17 Jan 2011 05:55:01 +0000 (21:55 -0800)
committerChad Versace <chad.versace@intel.com>
Mon, 17 Jan 2011 18:20:47 +0000 (10:20 -0800)
commita9bf8c12ee5cad398b77b7e7767ad6ef789ce877
tree3f8aafcf540f26b89cc99c4cb65bc92114711378
parent08a286c9cc8fecb081057e0f551c88a446c47b6f
glsl: Remove redundant semantic check in parser

The removed semantic check also exists in ast_type_specifier::hir(), which
is a more natural location for it.

The check verified that precision statements are applied only to types
float and int.
src/glsl/glsl_parser.ypp