From 47fc72f0a86ebce869b77c7083e911ea97ad569a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 16 Jan 2017 18:11:54 -0500 Subject: [PATCH] IR: Get rid of an unimplemented member function prototype --- Source/Core/Core/PowerPC/JitILCommon/IR.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/JitILCommon/IR.h b/Source/Core/Core/PowerPC/JitILCommon/IR.h index 857f38107e..7e5bbcd11c 100644 --- a/Source/Core/Core/PowerPC/JitILCommon/IR.h +++ b/Source/Core/Core/PowerPC/JitILCommon/IR.h @@ -428,7 +428,6 @@ private: InstLoc FoldShrl(InstLoc Op1, InstLoc Op2); InstLoc FoldXor(InstLoc Op1, InstLoc Op2); InstLoc FoldBranchCond(InstLoc Op1, InstLoc Op2); - InstLoc FoldIdleBranch(InstLoc Op1, InstLoc Op2); InstLoc FoldICmp(unsigned Opcode, InstLoc Op1, InstLoc Op2); InstLoc FoldICmpCRSigned(InstLoc Op1, InstLoc Op2); InstLoc FoldICmpCRUnsigned(InstLoc Op1, InstLoc Op2);