glsl: Don't return a value from check_builtin_array_max_size
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 15 Mar 2013 21:33:01 +0000 (14:33 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 8 Apr 2013 22:17:05 +0000 (15:17 -0700)
commit2c333a878cd4a93ac32e658cc0e30b9bf9589e9d
tree49d5629db51c439b9dc7318ed6b30817b42adf8e
parent666fafc144c254705d490915b6e150025780a87a
glsl: Don't return a value from check_builtin_array_max_size

That last consumer of the return value was changed to not use it by the
previous commit.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/ast.h
src/glsl/ast_to_hir.cpp