From: Ian Romanick Date: Tue, 9 Mar 2010 07:06:48 +0000 (-0800) Subject: Remove prototypes for *_to_hir functions that no longer exist X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61484ba188ed14bbd989010708e4520e5852ea32;p=mesa.git Remove prototypes for *_to_hir functions that no longer exist --- diff --git a/ast.h b/ast.h index 59bc4fb0b5e..96f2e3bb039 100644 --- a/ast.h +++ b/ast.h @@ -491,36 +491,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,