projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0044e7e
)
Remove unused function
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 9 Mar 2010 07:44:24 +0000
(23:44 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 9 Mar 2010 07:44:59 +0000
(23:44 -0800)
ast_to_hir.cpp
patch
|
blob
|
history
diff --git
a/ast_to_hir.cpp
b/ast_to_hir.cpp
index 3342eae8c30231376f9d113d10f2dba2f185a0ec..b63b28b11a55e7ea77a1f42df12429a2e082159f 100644
(file)
--- 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,