From: José Fonseca Date: Tue, 25 Nov 2014 23:11:43 +0000 (+0000) Subject: gallivm: Removed unused variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29557a1fa8cbfb62fdc32cfc78085f3e6218b51d;p=mesa.git gallivm: Removed unused variable. Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c index 2ef5db1e69e..738d5e9fd64 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c @@ -492,7 +492,7 @@ lp_emit_instruction_aos( int *pc) { LLVMValueRef src0, src1, src2; - LLVMValueRef tmp0, tmp1; + LLVMValueRef tmp0; LLVMValueRef dst0 = NULL; /*