Mesa (gallium-0.1): draw: Remove unused variable.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Aug 24 10:40:54 UTC 2009


Module: Mesa
Branch: gallium-0.1
Commit: ca2121faf90bfdf3f772fce9698b2a1db44e8e75
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca2121faf90bfdf3f772fce9698b2a1db44e8e75

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Aug 21 17:29:20 2009 +0100

draw: Remove unused variable.

---

 src/gallium/auxiliary/draw/draw_pipe.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c
index be2f0f2..3cfae2d 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;




More information about the mesa-commit mailing list