From 7c0c3740f01179cc2929cb3343e098d35c927092 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 14 Oct 2016 10:45:14 -0700 Subject: glsl: Remove unused function import_prototypes Once upon a time, this was used to extract prototypes from the shader containing GLSL built-in functions. This was removed by f5692f45 in November 2010 for Mesa 7.10. Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke Reviewed-by: Eric Engestrom --- src/compiler/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/Makefile.sources') diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 712b33a..a30443d 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -46,7 +46,6 @@ LIBGLSL_FILES = \ glsl/ir_hierarchical_visitor.cpp \ glsl/ir_hierarchical_visitor.h \ glsl/ir_hv_accept.cpp \ - glsl/ir_import_prototypes.cpp \ glsl/ir_optimization.h \ glsl/ir_print_visitor.cpp \ glsl/ir_print_visitor.h \ -- cgit v1.1