nv50: remove unused variable

This commit is contained in:
Ben Skeggs 2009-02-20 09:39:13 +10:00
parent 5ea8068f24
commit b85c81760c
1 changed files with 1 additions and 1 deletions

View File

@ -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);