Mesa (master): glsl: Garbage collect old prototype for ir_to_mesa.

Eric Anholt anholt at kemper.freedesktop.org
Wed Aug 18 21:20:38 UTC 2010


Module: Mesa
Branch: master
Commit: e271384219ebc1f9e8afb63b20256f9d56102592
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e271384219ebc1f9e8afb63b20256f9d56102592

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Aug 18 12:04:43 2010 -0700

glsl: Garbage collect old prototype for ir_to_mesa.

---

 src/glsl/glsl_parser_extras.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h
index 3b53ba0..9e3cac2 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 */




More information about the mesa-commit mailing list