Merge pull request #8520 from lioncash/analyst-tidy

PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype
This commit is contained in:
Léo Lam 2019-12-15 12:07:38 +01:00 committed by GitHub
commit 3cf2857aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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