Mesa (master): nvfx: comment-out unused var

Brian Paul brianp at kemper.freedesktop.org
Mon Apr 18 19:01:21 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Apr 18 08:19:42 2011 -0600

nvfx: comment-out unused var

---

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

diff --git a/src/gallium/drivers/nvfx/nvfx_context.c b/src/gallium/drivers/nvfx/nvfx_context.c
index 2bcb93d..2b15102 100644
--- a/src/gallium/drivers/nvfx/nvfx_context.c
+++ b/src/gallium/drivers/nvfx/nvfx_context.c
@@ -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. */




More information about the mesa-commit mailing list