From e4afe725ee280396c65e541a96467072f5293e77 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Feb 2010 11:06:19 -0700 Subject: [PATCH] cell: remove unused var --- src/gallium/drivers/cell/ppu/cell_gen_fragment.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c index 0282aa4..70683bb 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. -- 2.7.4