summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Logging/LogManager.cpp
diff options
context:
space:
mode:
authorMichael Maltese <mchtly@gmail.com>2017-07-09 14:52:31 -0700
committerMichael Maltese <mchtly@gmail.com>2017-07-09 16:28:54 -0700
commite6c4455e65be43800950b38af276d2a20907d834 (patch)
tree3a3f25abfb924b5afcf9e2e8fc45dae93d3356a3 /Source/Core/Common/Logging/LogManager.cpp
parent8b54ac225b834b172ee46371200d8addbde08021 (diff)
remove commented-out FileLogListener::GetName
Diffstat (limited to 'Source/Core/Common/Logging/LogManager.cpp')
-rw-r--r--Source/Core/Common/Logging/LogManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Logging/LogManager.cpp b/Source/Core/Common/Logging/LogManager.cpp
index 679e68f59b..8288e1d796 100644
--- a/Source/Core/Common/Logging/LogManager.cpp
+++ b/Source/Core/Common/Logging/LogManager.cpp
@@ -40,7 +40,6 @@ public:
bool IsValid() const { return m_logfile.good(); }
bool IsEnabled() const { return m_enable; }
void SetEnable(bool enable) { m_enable = enable; }
- // const char* GetName() const { return "file"; }
private:
std::mutex m_log_lock;
std::ofstream m_logfile;