Remove redundant initialization

This commit is contained in:
Filip Gawin
2019-04-30 01:22:24 +02:00
parent 8e1fb126d7
commit c110ffcdaa
17 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -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)