From: Vinson Lee Date: Sat, 24 Apr 2010 07:02:48 +0000 (-0700) Subject: llvmpipe: Remove unused variable. X-Git-Tag: mesa-7.9-rc1~2790^2~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee4ec99eae51454bd5f3f7a8af51cf65a71908d;p=platform%2Fupstream%2Fmesa.git llvmpipe: Remove unused variable. --- diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index 2c4303a..a59b590 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.c +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c @@ -546,7 +546,6 @@ generate_blend(const struct pipe_blend_state *blend, struct lp_build_flow_context *flow; struct lp_build_mask_context mask_ctx; LLVMTypeRef vec_type; - LLVMTypeRef int_vec_type; LLVMValueRef const_ptr; LLVMValueRef con[4]; LLVMValueRef dst[4]; @@ -561,7 +560,6 @@ generate_blend(const struct pipe_blend_state *blend, lp_build_mask_begin(&mask_ctx, flow, type, mask); vec_type = lp_build_vec_type(type); - int_vec_type = lp_build_int_vec_type(type); const_ptr = lp_jit_context_blend_color(builder, context_ptr); const_ptr = LLVMBuildBitCast(builder, const_ptr,