i965: Fix an unused variable warning in the release build.
authorEric Anholt <eric@anholt.net>
Thu, 11 Apr 2013 17:33:00 +0000 (10:33 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 12 Apr 2013 23:32:13 +0000 (16:32 -0700)
commit248175ab3b90139580f7e9403ac5243d7aeac823
tree20227c08c730c8227f22433498bf4922ac768345
parent6cec233c62a8f455992036f380f3447f90a2715a
i965: Fix an unused variable warning in the release build.

It's used in an assert, but we have this as a member of the class anyway.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp