diff options
| -rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm_fp.c | 1 | 
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 */ | 
