소스 검색

Remove prototypes for *_to_hir functions that no longer exist

tags/mesa-7.9-rc1
Ian Romanick 15 년 전
부모
커밋
61484ba188
1개의 변경된 파일0개의 추가작업 그리고 30개의 파일을 삭제
  1. 0
    30
      ast.h

+ 0
- 30
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,

Loading…
취소
저장