From 88a0d7e1bff5b271fa14a36024ca82b66741c440 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 6 Apr 2010 23:48:00 -0700 Subject: llvmpipe: Remove unused variable. --- src/gallium/drivers/llvmpipe/lp_context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers') diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c index 5c476f693f..62d42317d7 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) -- cgit v1.2.3