PPCTables: Remove an unnecessary forward declaration

This class name isn't used anymore.
This commit is contained in:
Lioncash 2015-02-19 09:07:57 -05:00
commit e4df6026c4

View file

@ -105,8 +105,6 @@ extern int m_numInstructions;
GekkoOPInfo *GetOpInfo(UGeckoInstruction _inst); GekkoOPInfo *GetOpInfo(UGeckoInstruction _inst);
Interpreter::_interpreterInstruction GetInterpreterOp(UGeckoInstruction _inst); Interpreter::_interpreterInstruction GetInterpreterOp(UGeckoInstruction _inst);
class cJit64;
namespace PPCTables namespace PPCTables
{ {