aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2014-11-25 23:11:43 +0000
committerJosé Fonseca <[email protected]>2014-11-26 20:25:12 +0000
commit29557a1fa8cbfb62fdc32cfc78085f3e6218b51d (patch)
tree91f63770824a3694a7de62ac2e626ff59f6bf049 /src/gallium
parenta0ddc547779585b308feb70777f1f95f12c00a81 (diff)
gallivm: Removed unused variable.
Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c2
1 files changed, 1 insertions, 1 deletions
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;
/*