Module: Mesa
Branch: master
Commit: b85c81760c1278f2d56aba1195fd72b644be674a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b85c81760c1278f2d56aba1195fd72b644be674a

Author: Ben Skeggs <[email protected]>
Date:   Fri Feb 20 09:39:13 2009 +1000

nv50: remove unused variable

---

 src/gallium/drivers/nv50/nv50_vbo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv50/nv50_vbo.c 
b/src/gallium/drivers/nv50/nv50_vbo.c
index 0c970ad..08d751d 100644
--- a/src/gallium/drivers/nv50/nv50_vbo.c
+++ b/src/gallium/drivers/nv50/nv50_vbo.c
@@ -202,7 +202,7 @@ nv50_vbo_validate(struct nv50_context *nv50)
 {
        struct nouveau_grobj *tesla = nv50->screen->tesla;
        struct nouveau_stateobj *vtxbuf, *vtxfmt;
-       int i, vpi = 0;
+       int i;
 
        vtxbuf = so_new(nv50->vtxelt_nr * 4, nv50->vtxelt_nr * 2);
        vtxfmt = so_new(nv50->vtxelt_nr + 1, 0);

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to