mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
PPCAnalyst: drop needless forward declarations
This commit is contained in:
parent
767ed88f3d
commit
0d3acbd9c7
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue