glsl: Remove unnecessary "unused variable" warning suppression.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 9 Nov 2010 23:54:02 +0000 (15:54 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 9 Nov 2010 23:55:40 +0000 (15:55 -0800)
commitafb6fb9a92afaecbb0f8e9e65380c842667a4bd4
tree4815d7f22efa55285bf15e4e42a8924367770b59
parentefb0417040f4bdd55cf07dd8f54ecd4fc92c1286
glsl: Remove unnecessary "unused variable" warning suppression.

The "instructions" variable -is- used, so the cast to void can go away.
src/glsl/ast_function.cpp