diff options
Diffstat (limited to 'src/glsl/ir_print_visitor.h')
-rw-r--r-- | src/glsl/ir_print_visitor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/ir_print_visitor.h b/src/glsl/ir_print_visitor.h index 6c308f31e95..a84056d16b0 100644 --- a/src/glsl/ir_print_visitor.h +++ b/src/glsl/ir_print_visitor.h @@ -33,9 +33,6 @@ extern "C" { #include "program/symbol_table.h" } -extern void _mesa_print_ir(exec_list *instructions, - struct _mesa_glsl_parse_state *state); - /** * Abstract base class of visitors of IR instruction trees */ |