1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 02:09: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

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