glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_constructors
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 1 Sep 2010 21:16:53 +0000 (14:16 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 2 Sep 2010 03:39:09 +0000 (20:39 -0700)
commite466b182bbf21f62fe6542091f4af3275555db80
tree453dc4208b6aa3ef878173c58871285b63cd1742
parent4d6221f90df9d04e5edcdddb3b6f76c0cb175421
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_constructors

Now that constructors are not generated as functions or stored in the
symbol table, there is no need to flag whether or not constructors
should be returned.
src/glsl/ast_to_hir.cpp
src/glsl/glsl_symbol_table.cpp
src/glsl/glsl_symbol_table.h