projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d606c1
)
llvmpipe: Remove unused variable.
author
Vinson Lee
<vlee@vmware.com>
Wed, 7 Apr 2010 06:48:00 +0000
(23:48 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 7 Apr 2010 06:48:00 +0000
(23:48 -0700)
src/gallium/drivers/llvmpipe/lp_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_context.c
b/src/gallium/drivers/llvmpipe/lp_context.c
index 5c476f693f22c3c40ec6bc353f128384bb0973e6..62d42317d7ae8485114e661fad766656e3108a85 100644
(file)
--- 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)