Mesa (gallium-0.2): cell: remove unused var

Brian Paul brianp at kemper.freedesktop.org
Sat Feb 7 20:05:52 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: 19a1bc8270cbb8fd62a440d2132c699de74182c2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19a1bc8270cbb8fd62a440d2132c699de74182c2

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Feb  7 13:05:38 2009 -0700

cell: remove unused var

---

 src/gallium/drivers/cell/ppu/cell_state_shader.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/cell/ppu/cell_state_shader.c b/src/gallium/drivers/cell/ppu/cell_state_shader.c
index 4914a27..bf517ea 100644
--- a/src/gallium/drivers/cell/ppu/cell_state_shader.c
+++ b/src/gallium/drivers/cell/ppu/cell_state_shader.c
@@ -186,7 +186,6 @@ cell_set_constant_buffer(struct pipe_context *pipe,
                          const struct pipe_constant_buffer *buf)
 {
    struct cell_context *cell = cell_context(pipe);
-   struct pipe_winsys *ws = pipe->winsys;
 
    assert(shader < PIPE_SHADER_TYPES);
    assert(index == 0);




More information about the mesa-commit mailing list