about summary refs log tree commit diff
path: root/third_party/nix/src/nix/run.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/run.cc')
-rw-r--r--third_party/nix/src/nix/run.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/nix/run.cc b/third_party/nix/src/nix/run.cc
index d78589172c1b..0b5a2648f9fb 100644
--- a/third_party/nix/src/nix/run.cc
+++ b/third_party/nix/src/nix/run.cc
@@ -5,7 +5,6 @@
 #include "finally.hh"
 #include "fs-accessor.hh"
 #include "local-store.hh"
-#include "progress-bar.hh"
 #include "shared.hh"
 #include "store-api.hh"
 
@@ -135,8 +134,6 @@ struct CmdRun : InstallablesCommand {
     Strings args;
     for (auto& arg : command) args.push_back(arg);
 
-    stopProgressBar();
-
     restoreSignals();
 
     restoreAffinity();