ast_function: Remove unnecessary check for empty constructors.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 9 Jul 2010 00:59:56 +0000 (17:59 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 9 Jul 2010 16:46:29 +0000 (09:46 -0700)
commit59df3385e1c413332c75be5d0e7751972d45430e
tree26c9ffd7be660519aba96d3c5dfb58a13ded8d05
parenta4dde28ee6893ab99c6ca93699392bb8bc2d981c
ast_function: Remove unnecessary check for empty constructors.

This case is already caught by a later check that ensures sufficient
components were provided, based on the type.
src/glsl/ast_function.cpp