1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 06:11:46 +02:00

Remove createDefaultLogger()

This commit is contained in:
Eelco Dolstra 2025-02-18 15:19:57 +01:00
parent 227114d127
commit 9b57f9be5e
2 changed files with 0 additions and 7 deletions

View file

@ -50,11 +50,6 @@ void setLogFormat(const std::string & logFormatStr)
void setLogFormat(const LogFormat & logFormat)
{
defaultLogFormat = logFormat;
createDefaultLogger();
}
void createDefaultLogger()
{
logger = makeDefaultLogger();
}