From: Keith Whitwell Date: Tue, 1 Sep 2009 10:11:28 +0000 (+0100) Subject: draw: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d7a989b104f02042fadfeec5bd20654bbb6fea6;p=mesa.git draw: remove unused variable --- diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c index be2f0f27f29..3cfae2de831 100644 --- a/src/gallium/auxiliary/draw/draw_pipe.c +++ b/src/gallium/auxiliary/draw/draw_pipe.c @@ -232,7 +232,6 @@ void draw_pipeline_run( struct draw_context *draw, unsigned count ) { char *verts = (char *)vertices; - unsigned i; draw->pipeline.verts = verts; draw->pipeline.vertex_stride = stride;