1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 02:09:36 +01:00

stopProgressBar() -> logger->stop()

This commit is contained in:
Eelco Dolstra 2025-02-18 15:07:25 +01:00
parent 258b5ef80b
commit 1aee6cf974
14 changed files with 16 additions and 36 deletions

View file

@ -9,6 +9,4 @@ std::unique_ptr<Logger> makeProgressBar();
void startProgressBar();
void stopProgressBar();
}