i965: remove unused var

This commit is contained in:
Brian Paul 2009-10-29 15:00:18 -06:00
parent 9ef33b8685
commit 7648c80ac8

View 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 */