summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-08 23:06:48 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-03-08 23:06:48 -0800
commit61484ba188ed14bbd989010708e4520e5852ea32 (patch)
treeea851309e9440dfb1717d25450b35c20ab9238b9 /ast.h
parent1e2e58c1f6aec7dd0704fbcc46ac12ab3e59a922 (diff)
Remove prototypes for *_to_hir functions that no longer exist
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/ast.h b/ast.h
index 59bc4fb0b5..96f2e3bb03 100644
--- a/ast.h
+++ b/ast.h
@@ -492,36 +492,6 @@ public:
extern struct ir_instruction *
-ast_expression_to_hir(const ast_node *ast,
- struct simple_node *instructions,
- struct _mesa_glsl_parse_state *state);
-
-extern struct ir_instruction *
-ast_expression_statement_to_hir(const struct ast_node *ast,
- struct simple_node *instructions,
- struct _mesa_glsl_parse_state *state);
-
-extern struct ir_instruction *
-ast_compound_statement_to_hir(const struct ast_node *ast,
- struct simple_node *instructions,
- struct _mesa_glsl_parse_state *state);
-
-extern struct ir_instruction *
-ast_function_definition_to_hir(const struct ast_node *ast,
- struct simple_node *instructions,
- struct _mesa_glsl_parse_state *state);
-
-extern struct ir_instruction *
-ast_declarator_list_to_hir(const struct ast_node *ast,
- struct simple_node *instructions,
- struct _mesa_glsl_parse_state *state);
-
-extern struct ir_instruction *
-ast_parameter_declarator_to_hir(const struct ast_node *ast,
- struct simple_node *instructions,
- struct _mesa_glsl_parse_state *state);
-
-extern struct ir_instruction *
_mesa_ast_field_selection_to_hir(const struct ast_expression *expr,
struct simple_node *instructions,
struct _mesa_glsl_parse_state *state);