diff options
| author | JMC47 <JMC4789@gmail.com> | 2022-07-02 03:12:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 03:12:34 -0400 |
| commit | b5f4b0dffe8a6e4d5660278ba4df11e6f8c7fda4 (patch) | |
| tree | c65deefc3f0e0709e69ba9d48d8543fdc4106c0f /Source/Core/Common/Logging/LogManager.cpp | |
| parent | edd89e343ca3a1ca8603af2b371d2767caa547b5 (diff) | |
| parent | 0f07deb0effe307dda6be282706b581ac3d565be (diff) | |
Merge pull request #10803 from Zopolis4/clangingaround
Resolve additional warnings generated by clang
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
| -rw-r--r-- | Source/Core/Common/Logging/LogManager.cpp | 2 |
1 files changed, 0 insertions, 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<bool> LOGGER_WRITE_TO_FILE{{Config::System::Logger, "Options", "WriteToFile"}, false}; const Config::Info<bool> LOGGER_WRITE_TO_CONSOLE{ |
