From 88af22507077a2de6f8fd8b00bef9f61cd95a306 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Tue, 26 Aug 2014 11:26:41 +0200 Subject: [PATCH] x64Emitter: Remove a declared function that is never implemented --- Source/Core/Common/x64Emitter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Common/x64Emitter.h b/Source/Core/Common/x64Emitter.h index fcc182c46f..486ff7494e 100644 --- a/Source/Core/Common/x64Emitter.h +++ b/Source/Core/Common/x64Emitter.h @@ -336,7 +336,6 @@ public: FixupBranch J(bool force5bytes = false); void JMP(const u8 * addr, bool force5Bytes = false); - void JMP(OpArg arg); void JMPptr(const OpArg &arg); void JMPself(); //infinite loop! #ifdef CALL