diff options
author | Ian Romanick <[email protected]> | 2010-03-08 23:44:24 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-08 23:44:59 -0800 |
commit | 3a9e989628e37a0122ff72c8ef52e82dcb5ff41a (patch) | |
tree | d67100d35ddeada97abdccf81f2197696b98a6d7 | |
parent | 0044e7edcea22d2456c051a1c4b744a26960ad27 (diff) |
Remove unused function
-rw-r--r-- | ast_to_hir.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ast_to_hir.cpp b/ast_to_hir.cpp index 3342eae8c30..b63b28b11a5 100644 --- a/ast_to_hir.cpp +++ b/ast_to_hir.cpp @@ -56,18 +56,6 @@ #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, |