Mesa (master): llvmpipe: Remove unused variable.

Vinson Lee vlee at kemper.freedesktop.org
Wed Apr 7 06:49:05 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Apr  6 23:48:00 2010 -0700

llvmpipe: Remove unused variable.

---

 src/gallium/drivers/llvmpipe/lp_context.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c
index 5c476f6..62d4231 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.c
+++ b/src/gallium/drivers/llvmpipe/lp_context.c
@@ -106,7 +106,6 @@ struct pipe_context *
 llvmpipe_create_context( struct pipe_screen *screen, void *priv )
 {
    struct llvmpipe_context *llvmpipe;
-   struct llvmpipe_screen *llvmscreen = llvmpipe_screen(screen);
 
    llvmpipe = align_malloc(sizeof(struct llvmpipe_context), 16);
    if (!llvmpipe)




More information about the mesa-commit mailing list