glsl: Remove unused function import_prototypes
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 14 Oct 2016 17:45:14 +0000 (10:45 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 17 Oct 2016 18:32:03 +0000 (11:32 -0700)
commit7c0c3740f01179cc2929cb3343e098d35c927092
tree2ae27e8e77702d87551079a7ce30e188532fe6b7
parent5c025ea6fca5f4b6c4ac168205355b805365e09e
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>
src/compiler/Makefile.sources
src/compiler/glsl/ir.h
src/compiler/glsl/ir_import_prototypes.cpp [deleted file]