From c110ffcdaa8b928a984a89cebacd03f5caaace06 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Sat, 2 Mar 2019 19:42:25 +0100 Subject: Remove redundant initialization --- Source/Core/Common/Profiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/Profiler.cpp') diff --git a/Source/Core/Common/Profiler.cpp b/Source/Core/Common/Profiler.cpp index 0be14073bd..ab575b9d86 100644 --- a/Source/Core/Common/Profiler.cpp +++ b/Source/Core/Common/Profiler.cpp @@ -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) -- cgit v1.2.3