llvmpipe: remove unneeded declaration (which caused a warning)
authorBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 19:01:51 +0000 (13:01 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 16 Apr 2010 19:01:51 +0000 (13:01 -0600)
src/gallium/drivers/llvmpipe/lp_state_fs.c

index e28612de174bd33cb957f83b3a2b2e93160b3a81..eee4f12bc0e6ed4f6242f83e8b2867c6bd92c45d 100644 (file)
@@ -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);