PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype

This doesn't have an implementation, so it can be removed.
This commit is contained in:
Lioncash 2019-12-15 00:23:18 -05:00
parent a21fb96638
commit 7c12081693

View File

@ -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);