1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00

Remove startProgressBar()

This commit is contained in:
Eelco Dolstra 2025-02-18 15:18:16 +01:00
parent 1aee6cf974
commit 227114d127
3 changed files with 2 additions and 12 deletions

View file

@ -560,9 +560,4 @@ std::unique_ptr<Logger> makeProgressBar()
return std::make_unique<ProgressBar>(isTTY());
}
void startProgressBar()
{
logger = makeProgressBar();
}
}

View file

@ -7,6 +7,4 @@ namespace nix {
std::unique_ptr<Logger> makeProgressBar();
void startProgressBar();
}