projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb6301
)
Remove unused field in FileLogger
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 12 Dec 2018 19:49:56 +0000
(22:49 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 12 Dec 2018 20:27:30 +0000
(23:27 +0300)
src/debug/netcoredbg/logger.cpp
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/logger.cpp
b/src/debug/netcoredbg/logger.cpp
index 84ee7d3b70909f7493ebf6abd2feeb1c998b0fe0..5d55fe6b92d9b991922d6dc6121b215c01be364b 100644
(file)
--- a/
src/debug/netcoredbg/logger.cpp
+++ b/
src/debug/netcoredbg/logger.cpp
@@
-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);