glsl: Garbage collect old prototype for ir_to_mesa.
authorEric Anholt <eric@anholt.net>
Wed, 18 Aug 2010 19:04:43 +0000 (12:04 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 Aug 2010 21:16:07 +0000 (14:16 -0700)
src/glsl/glsl_parser_extras.h

index 3b53ba07f682c14fc464f6e57b54c024592462e8..9e3cac26e26f3abd9409f3cc7fd8734e9704b3c3 100644 (file)
@@ -209,6 +209,4 @@ extern bool _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp,
 extern const char *
 _mesa_glsl_shader_target_name(enum _mesa_glsl_parser_targets target);
 
-void do_ir_to_mesa(exec_list *instructions);
-
 #endif /* GLSL_PARSER_EXTRAS_H */