summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-08-18 12:04:43 -0700
committerEric Anholt <eric@anholt.net>2010-08-18 14:16:07 -0700
commite271384219ebc1f9e8afb63b20256f9d56102592 (patch)
tree42a50e2f160ce97853cd1154dde05db71c4e0ca6
parent850c659044d081c53713800cacf8d518fae6cd70 (diff)
glsl: Garbage collect old prototype for ir_to_mesa.
-rw-r--r--src/glsl/glsl_parser_extras.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h
index 3b53ba07f68..9e3cac26e26 100644
--- a/src/glsl/glsl_parser_extras.h
+++ b/src/glsl/glsl_parser_extras.h
@@ -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 */