Remove unused function
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 9 Mar 2010 07:44:24 +0000 (23:44 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 9 Mar 2010 07:44:59 +0000 (23:44 -0800)
ast_to_hir.cpp

index 3342eae..b63b28b 100644 (file)
 #include "glsl_types.h"
 #include "ir.h"
 
-void
-_mesa_generate_hir_from_ast(struct _mesa_glsl_parse_state *state)
-{
-   struct simple_node *ptr;
-
-   foreach (ptr, & state->translation_unit) {
-      if (1) {
-      }
-   }
-}
-
-
 static const struct glsl_type *
 arithmetic_result_type(const struct glsl_type *type_a,
                       const struct glsl_type *type_b,