diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.cpp b/Source/Core/Core/PowerPC/PPCAnalyst.cpp index f08b0f4216..474afc0093 100644 --- a/Source/Core/Core/PowerPC/PPCAnalyst.cpp +++ b/Source/Core/Core/PowerPC/PPCAnalyst.cpp @@ -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)