From 29557a1fa8cbfb62fdc32cfc78085f3e6218b51d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 25 Nov 2014 23:11:43 +0000 Subject: [PATCH] gallivm: Removed unused variable. Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* -- 2.30.2