cell: remove unused var
authorBrian Paul <brianp@vmware.com>
Fri, 12 Feb 2010 18:06:19 +0000 (11:06 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Feb 2010 18:06:19 +0000 (11:06 -0700)
src/gallium/drivers/cell/ppu/cell_gen_fragment.c

index 0282aa452c30409a3f055043e3bcb0b10a9a4f9e..70683bb36763036c4a8efbfb1bd124676ba9e1e1 100644 (file)
@@ -1545,7 +1545,6 @@ gen_stencil_depth_test(struct spe_function *f,
    boolean need_to_writemask_stencil_values;
 
    struct pipe_stencil_state *stencil;
-   unsigned stencil_ref_value;
 
    /* Registers.  We may or may not actually allocate these, depending
     * on whether the state values indicate that we need them.