JitArm64_Integer: remove unused imm_neg

This commit is contained in:
Michael Maltese
2017-03-25 14:51:10 -07:00
parent 5892ef1792
commit 428bac6e32
@@ -175,7 +175,6 @@ void JitArm64::addix(UGeckoInstruction inst)
{
imm <<= 16;
}
u32 imm_neg = 0u - imm;
if (a)
{