diff options
author | Brian Paul <brianp@vmware.com> | 2010-02-12 11:06:19 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-12 11:06:19 -0700 |
commit | e4afe725ee280396c65e541a96467072f5293e77 (patch) | |
tree | 595de8e423123baff3d8e1988be26a1f02213766 /src | |
parent | 6c35e178d352a8b00eda9bf1c5c45c975852226f (diff) |
cell: remove unused var
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_gen_fragment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fragment.c b/src/gallium/drivers/cell/ppu/cell_gen_fragment.c index 0282aa452c..70683bb367 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. |