diff options
author | Vinson Lee <[email protected]> | 2010-04-06 23:48:00 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-06 23:48:00 -0700 |
commit | 88a0d7e1bff5b271fa14a36024ca82b66741c440 (patch) | |
tree | 25d7292615d1abfc45e17971c9448163d5799ecc /src/gallium/drivers/llvmpipe/lp_context.c | |
parent | 2d606c13ff68286b201f8d574d9cc645b8b8f2e2 (diff) |
llvmpipe: Remove unused variable.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.c')
-rw-r--r-- | 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 5c476f693f2..62d42317d7a 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) |