Mesa (master): gallivm: Removed unused variable.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Nov 26 20:31:20 UTC 2014


Module: Mesa
Branch: master
Commit: 29557a1fa8cbfb62fdc32cfc78085f3e6218b51d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=29557a1fa8cbfb62fdc32cfc78085f3e6218b51d

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Nov 25 23:11:43 2014 +0000

gallivm: Removed unused variable.

Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Roland Scheidegger <sroland at vmware.com>

---

 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 2ef5db1..738d5e9 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;
 
    /*




More information about the mesa-commit mailing list