diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-07-28 12:20:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-28 12:20:02 +0800 |
| commit | 41e8a36befe934f25db550db565da011a708050c (patch) | |
| tree | 6214c83e29f2ed9fe9404bb604cf51436f21c6c8 /Source/Core/Common/Logging/LogManager.cpp | |
| parent | 97ea97564fecac7759e33347ed50d61ad5c5d550 (diff) | |
| parent | 2f932273bbf43c1784e3ad6d7113ed4623f2450c (diff) | |
Merge pull request #5836 from ligfx/patch-1
LogManager: remove stand-alone semicolon
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
| -rw-r--r-- | Source/Core/Common/Logging/LogManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp index 45d10de6a2..a18397a976 100644 --- a/Source/Core/Common/Logging/LogManager.cpp +++ b/Source/Core/Common/Logging/LogManager.cpp @@ -130,7 +130,6 @@ LogManager::LogManager() // Set up log listeners int verbosity = Config::Get(LOGGER_VERBOSITY); - ; // Ensure the verbosity level is valid if (verbosity < 1) |
