From: Brian Paul Date: Fri, 12 Feb 2010 18:06:19 +0000 (-0700) Subject: cell: remove unused var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4afe725ee280396c65e541a96467072f5293e77;p=mesa.git cell: remove unused var --- diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c index 0282aa452c3..70683bb3676 100644 --- a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c +++ b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c @@ -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.