x64Emitter: Remove a declared function that is never implemented

This commit is contained in:
Pierre Bourdon 2014-08-26 11:26:41 +02:00
parent cc6db8cf26
commit 88af225070
1 changed files with 0 additions and 1 deletions

View File

@ -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