i965: Remove an unused variable.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:17:22 +0000 (13:17 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:17:22 +0000 (13:17 -0700)
To quiet a compiler warning.

src/mesa/drivers/dri/i965/brw_vs_emit.c

index 2c18113..7894417 100644 (file)
@@ -1297,7 +1297,6 @@ static void emit_vertex_write( struct brw_vs_compile *c)
    struct brw_compile *p = &c->func;
    struct brw_context *brw = p->brw;
    struct intel_context *intel = &brw->intel;
-   struct brw_reg m0 = brw_message_reg(0);
    struct brw_reg pos = c->regs[PROGRAM_OUTPUT][VERT_RESULT_HPOS];
    struct brw_reg ndc;
    int eot;