summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-29 15:00:18 -0600
committerBrian Paul <brianp@vmware.com>2009-10-29 15:33:43 -0600
commit7648c80ac8dd0631c5a0f86ad03347675a48eee6 (patch)
treecc9b2967bdaca0c52146898e2349afd7d8327764
parent9ef33b86855c4d000271774030bd1b19b6d79687 (diff)
i965: remove unused var
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm_fp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm_fp.c b/src/mesa/drivers/dri/i965/brw_wm_fp.c
index 9a0aea872b..53fdd06f42 100644
--- a/src/mesa/drivers/dri/i965/brw_wm_fp.c
+++ b/src/mesa/drivers/dri/i965/brw_wm_fp.c
@@ -964,7 +964,6 @@ static void emit_fb_write( struct brw_wm_compile *c )
GLuint i;
struct prog_instruction *inst, *last_inst;
- struct brw_context *brw = c->func.brw;
/* The inst->Aux field is used for FB write target and the EOT marker */