Remove unused field in FileLogger
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Wed, 12 Dec 2018 19:49:56 +0000 (22:49 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Wed, 12 Dec 2018 20:27:30 +0000 (23:27 +0300)
src/debug/netcoredbg/logger.cpp

index 84ee7d3b70909f7493ebf6abd2feeb1c998b0fe0..5d55fe6b92d9b991922d6dc6121b215c01be364b 100644 (file)
@@ -69,7 +69,6 @@ class FileLogger : public LoggerImpl
         static const std::string errorStr;
 
         FILE *logFile;
-        std::time_t timeNow;
 
         static std::string FormatMessageString(LogLevel level, const std::string &str);
         static const std::string& LevelToString(LogLevel level);