summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-16 13:01:51 -0600
committerBrian Paul <brianp@vmware.com>2010-04-16 13:01:51 -0600
commit1c4415ddf4ceb6406e9e1e1275103fce932a9581 (patch)
tree5b3079e2240e7a1451e7325d7e4cf2fb399e8b89 /src/gallium
parent4593e0c85e75a274de0092a5b40c624b6a055acb (diff)
llvmpipe: remove unneeded declaration (which caused a warning)
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index e28612de17..eee4f12bc0 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -780,7 +780,6 @@ generate_fragment(struct llvmpipe_context *lp,
LLVMValueRef index = LLVMConstInt(LLVMInt32Type(), i, 0);
LLVMValueRef out_color[PIPE_MAX_COLOR_BUFS][NUM_CHANNELS];
LLVMValueRef depth_ptr_i;
- int cbuf;
if(i != 0)
lp_build_interp_soa_update(&interp, i);