gallivm: Removed unused variable.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
José Fonseca 2014-11-25 23:11:43 +00:00
parent a0ddc54777
commit 29557a1fa8
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ lp_emit_instruction_aos(
int *pc)
{
LLVMValueRef src0, src1, src2;
LLVMValueRef tmp0, tmp1;
LLVMValueRef tmp0;
LLVMValueRef dst0 = NULL;
/*