mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
remove unused globals
Also change globals into statics which are only used in one file
This commit is contained in:
@ -58,7 +58,6 @@ struct BlockStat
|
||||
namespace Profiler
|
||||
{
|
||||
extern bool g_ProfileBlocks;
|
||||
extern bool g_ProfileInstructions;
|
||||
|
||||
void WriteProfileResults(const std::string& filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user