mesa: remove redundant running of check_symbol_table()
authorJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Wed, 2 Apr 2014 13:13:59 +0000 (16:13 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 2 Apr 2014 16:54:37 +0000 (19:54 +0300)
commit0f641b2d5025a4306c6e5f9d639def4061f69667
tree3815243063cee8abd387d5f85657d2695e7819e7
parent17e7cbe078dc2d3556208212d07afe72489aae33
mesa: remove redundant running of check_symbol_table()

Nested for loops running through tables against which they
finally do an assert were ran also with optimized builds.

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/program/symbol_table.c