From: Ben Skeggs Date: Thu, 19 Feb 2009 23:39:13 +0000 (+1000) Subject: nv50: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b85c81760c1278f2d56aba1195fd72b644be674a;p=mesa.git nv50: remove unused variable --- diff --git a/src/gallium/drivers/nv50/nv50_vbo.c b/src/gallium/drivers/nv50/nv50_vbo.c index 0c970adb03a..08d751dddbd 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);