From: Brian Paul Date: Fri, 16 Apr 2010 19:01:51 +0000 (-0600) Subject: llvmpipe: remove unneeded declaration (which caused a warning) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c4415ddf4ceb6406e9e1e1275103fce932a9581;p=mesa.git llvmpipe: remove unneeded declaration (which caused a warning) --- diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index e28612de174..eee4f12bc0e 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);