1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01: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

@ -16,6 +16,4 @@ enum class LogFormat {
void setLogFormat(const std::string & logFormatStr);
void setLogFormat(const LogFormat & logFormat);
void createDefaultLogger();
}