nvfx: comment-out unused var
[mesa.git] / src / gallium / drivers / nvfx / nvfx_context.c
index 2bcb93d93e3bd64580394c6d3e603cb870ee5a96..2b1510264a1154388c36f25b64a82e98808bf5c0 100644 (file)
@@ -13,7 +13,7 @@ nvfx_flush(struct pipe_context *pipe,
        struct nvfx_context *nvfx = nvfx_context(pipe);
        struct nvfx_screen *screen = nvfx->screen;
        struct nouveau_channel *chan = screen->base.channel;
-       struct nouveau_grobj *eng3d = screen->eng3d;
+       /*struct nouveau_grobj *eng3d = screen->eng3d;*/
 
        /* XXX: we need to actually be intelligent here */
         /* XXX This flag wasn't set by the state tracker anyway. */