summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_vertex_shader.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-02-22 16:27:39 -0800
committerIan Romanick <idr@us.ibm.com>2008-02-25 16:18:08 -0800
commita63fd641a01a50e1be51664bf863e01ddaf61d3e (patch)
tree63e5ecbe8d670325e5bdb8d2f2d3157e889304a7 /src/gallium/drivers/cell/ppu/cell_vertex_shader.c
parentfb68daceec312a90910dad3882e6ef57c370b7fd (diff)
cell: Trivial compiler warning clean-ups.
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_vertex_shader.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_vertex_shader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_vertex_shader.c b/src/gallium/drivers/cell/ppu/cell_vertex_shader.c
index 42cc47cbfe..17141924be 100644
--- a/src/gallium/drivers/cell/ppu/cell_vertex_shader.c
+++ b/src/gallium/drivers/cell/ppu/cell_vertex_shader.c
@@ -55,7 +55,6 @@ cell_vertex_shader_queue_flush(struct draw_context *draw)
struct cell_command_vs *const vs = &cell_global.command[0].vs;
uint64_t *batch;
struct cell_array_info *array_info;
- struct cell_shader_info *shader_info;
unsigned i, j;
struct cell_attribute_fetch_code *cf;