Skip to content

Commit

Permalink
Remove createDefaultLogger()
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 18, 2025
1 parent 227114d commit 9b57f9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/libmain/loggers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ void setLogFormat(const std::string & logFormatStr)
void setLogFormat(const LogFormat & logFormat)
{
defaultLogFormat = logFormat;
createDefaultLogger();
}

void createDefaultLogger()
{
logger = makeDefaultLogger();
}

Expand Down
2 changes: 0 additions & 2 deletions src/libmain/loggers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ enum class LogFormat {
void setLogFormat(const std::string & logFormatStr);
void setLogFormat(const LogFormat & logFormat);

void createDefaultLogger();

}

0 comments on commit 9b57f9b

Please sign in to comment.