JitArm64_Integer: remove unused imm_neg

This commit is contained in:
Michael Maltese 2017-03-25 14:05:12 -07:00
parent 5892ef1792
commit 428bac6e32
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ void JitArm64::addix(UGeckoInstruction inst)
{
imm <<= 16;
}
u32 imm_neg = 0u - imm;
if (a)
{