summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-05-04 00:46:31 -0700
committerKenneth Graunke <[email protected]>2016-05-04 00:46:31 -0700
commit3a886721ed449be0c87ece972acada96cc0811b6 (patch)
tree0d55bba6bd444f6d1bc7597f0a6d1b066218369f /src/mesa/drivers
parent97989059b9472b4055ff72dac02b0e6c6f4afeb7 (diff)
i965: Silence unused variable warning
I added this when deleting some unnecessary code in a rebase.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp
index 18760dd30b1..ce3e00b484a 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
@@ -1762,8 +1762,6 @@ fs_visitor::assign_tcs_single_patch_urb_setup()
{
assert(stage == MESA_SHADER_TESS_CTRL);
- brw_vue_prog_data *vue_prog_data = (brw_vue_prog_data *) prog_data;
-
/* Rewrite all ATTR file references to HW_REGs. */
foreach_block_and_inst(block, fs_inst, inst, cfg) {
convert_attr_sources_to_hw_regs(inst);