i965: remove unused var
authorBrian Paul <brianp@vmware.com>
Thu, 29 Oct 2009 21:00:18 +0000 (15:00 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 29 Oct 2009 21:33:43 +0000 (15:33 -0600)
src/mesa/drivers/dri/i965/brw_wm_fp.c

index 9a0aea872bf53c6e11583abad01b22454fab77fc..53fdd06f428667f7fa7b982245c085d797cc1349 100644 (file)
@@ -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 */