mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Remove redundant initialization
This commit is contained in:
@ -25,7 +25,7 @@ u32 Profiler::s_max_length = 0;
|
||||
u64 Profiler::s_frame_time;
|
||||
u64 Profiler::s_usecs_frame;
|
||||
|
||||
std::string Profiler::s_lazy_result = "";
|
||||
std::string Profiler::s_lazy_result;
|
||||
int Profiler::s_lazy_delay = 0;
|
||||
|
||||
Profiler::Profiler(const std::string& name)
|
||||
|
Reference in New Issue
Block a user