From 0d3acbd9c7a4ac24ab5a4dbb39672f8f034f0a15 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Wed, 29 Jul 2015 20:53:05 +0200 Subject: [PATCH] PPCAnalyst: drop needless forward declarations --- Source/Core/Core/PowerPC/PPCAnalyst.cpp | 3 --- 1 file changed, 3 deletions(-) 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)