diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2016-10-14 10:45:14 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2016-10-17 11:32:03 -0700 |
commit | 7c0c3740f01179cc2929cb3343e098d35c927092 (patch) | |
tree | 2ae27e8e77702d87551079a7ce30e188532fe6b7 /src/compiler/Makefile.sources | |
parent | 5c025ea6fca5f4b6c4ac168205355b805365e09e (diff) | |
download | external_mesa3d-7c0c3740f01179cc2929cb3343e098d35c927092.zip external_mesa3d-7c0c3740f01179cc2929cb3343e098d35c927092.tar.gz external_mesa3d-7c0c3740f01179cc2929cb3343e098d35c927092.tar.bz2 |
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 <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
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 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 \ |