From 5d2290ba3cd078fa9b709ac3dd67121696c10a81 Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Fri, 24 Jun 2022 14:57:03 +1000 Subject: [PATCH] Removed unused variable MAX_MSGLEN in LogManager.cpp --- Source/Core/Common/Logging/LogManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp index 04078fc06c..2fa86a11b2 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -23,8 +23,6 @@ namespace Common::Log { -constexpr size_t MAX_MSGLEN = 1024; - const Config::Info LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"}, false}; const Config::Info LOGGER_WRITE_TO_CONSOLE{