Skip to content

Commit 9b57f9b

Browse files
committed
Remove createDefaultLogger()
1 parent 227114d commit 9b57f9b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/libmain/loggers.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ void setLogFormat(const std::string & logFormatStr)
5050
void setLogFormat(const LogFormat & logFormat)
5151
{
5252
defaultLogFormat = logFormat;
53-
createDefaultLogger();
54-
}
55-
56-
void createDefaultLogger()
57-
{
5853
logger = makeDefaultLogger();
5954
}
6055

src/libmain/loggers.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ enum class LogFormat {
1616
void setLogFormat(const std::string & logFormatStr);
1717
void setLogFormat(const LogFormat & logFormat);
1818

19-
void createDefaultLogger();
20-
2119
}

0 commit comments

Comments
 (0)