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{