From 7c1208169338d9bf1ce7622db093699e58e12981 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 15 Dec 2019 00:23:18 -0500 Subject: [PATCH] PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype This doesn't have an implementation, so it can be removed. --- Source/Core/Core/PowerPC/PPCAnalyst.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.h b/Source/Core/Core/PowerPC/PPCAnalyst.h index 89de35c739..455e709d4e 100644 --- a/Source/Core/Core/PowerPC/PPCAnalyst.h +++ b/Source/Core/Core/PowerPC/PPCAnalyst.h @@ -220,7 +220,6 @@ private: u32 m_options = 0; }; -void LogFunctionCall(u32 addr); void FindFunctions(u32 startAddr, u32 endAddr, PPCSymbolDB* func_db); bool AnalyzeFunction(u32 startAddr, Common::Symbol& func, u32 max_size = 0); bool ReanalyzeFunction(u32 start_addr, Common::Symbol& func, u32 max_size = 0);