PPCAnalyst: drop needless forward declarations

This commit is contained in:
Tillmann Karras 2015-07-29 20:53:05 +02:00
parent 767ed88f3d
commit 0d3acbd9c7
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ CodeBuffer::~CodeBuffer()
delete[] codebuffer;
}
void AnalyzeFunction2(Symbol &func);
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc);
#define INVALID_TARGET ((u32)-1)
u32 EvaluateBranchTarget(UGeckoInstruction instr, u32 pc)