From e4df6026c4cf231b505fdefa559ef2511b24f2ce Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 19 Feb 2015 09:07:57 -0500 Subject: [PATCH] PPCTables: Remove an unnecessary forward declaration This class name isn't used anymore. --- Source/Core/Core/PowerPC/PPCTables.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/PowerPC/PPCTables.h b/Source/Core/Core/PowerPC/PPCTables.h index df58f30815..b331c32776 100644 --- a/Source/Core/Core/PowerPC/PPCTables.h +++ b/Source/Core/Core/PowerPC/PPCTables.h @@ -105,8 +105,6 @@ extern int m_numInstructions; GekkoOPInfo *GetOpInfo(UGeckoInstruction _inst); Interpreter::_interpreterInstruction GetInterpreterOp(UGeckoInstruction _inst); -class cJit64; - namespace PPCTables {