diff options
author | Ian Romanick <[email protected]> | 2016-10-14 10:45:14 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-10-17 11:32:03 -0700 |
commit | 7c0c3740f01179cc2929cb3343e098d35c927092 (patch) | |
tree | 2ae27e8e77702d87551079a7ce30e188532fe6b7 /src/compiler/Makefile.sources | |
parent | 5c025ea6fca5f4b6c4ac168205355b805365e09e (diff) |
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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 712b33aa74c..a30443da544 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 \ |