r600g: Disable unused variables.
authorVinson Lee <vlee@vmware.com>
Sat, 25 Sep 2010 19:28:47 +0000 (12:28 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 25 Sep 2010 19:28:47 +0000 (12:28 -0700)
commit1fa50412f1840257579d8e6017e8b97189901609
tree2b1f5c0c1e54da722d4e93ab73bbf63bbdf41177
parentd7065908e48b296cceb0e1b756e9560a013881a2
r600g: Disable unused variables.

The variables are used only in currently disabled code.

Fixes this GCC warning.
r600_context.c: In function 'r600_flush':
r600_context.c:76: warning: unused variable 'dname'
r600_context.c:75: warning: unused variable 'dc'
src/gallium/drivers/r600/r600_context.c