From: Brian Paul Date: Sat, 7 Feb 2009 20:05:38 +0000 (-0700) Subject: cell: remove unused var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19a1bc8270cbb8fd62a440d2132c699de74182c2;p=mesa.git cell: remove unused var --- diff --git a/src/gallium/drivers/cell/ppu/cell_state_shader.c b/src/gallium/drivers/cell/ppu/cell_state_shader.c index 4914a27db35..bf517ea5635 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);