mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +02:00
Remove createDefaultLogger()
This commit is contained in:
parent
227114d127
commit
9b57f9be5e
2 changed files with 0 additions and 7 deletions
|
@ -50,11 +50,6 @@ void setLogFormat(const std::string & logFormatStr)
|
|||
void setLogFormat(const LogFormat & logFormat)
|
||||
{
|
||||
defaultLogFormat = logFormat;
|
||||
createDefaultLogger();
|
||||
}
|
||||
|
||||
void createDefaultLogger()
|
||||
{
|
||||
logger = makeDefaultLogger();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue