about summary refs log tree commit diff
path: root/third_party/nix/src/nix/progress-bar.hh
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-19T03·49+0100
committerVincent Ambo <tazjin@google.com>2020-05-19T03·49+0100
commitf8deeb144291e8da1e9bc1f497a67fc9428d7ba2 (patch)
treeedf96757adf1c278a085c65af42402568dabbb28 /third_party/nix/src/nix/progress-bar.hh
parent939dd9f8176266add4d88572203739fa74b14fa5 (diff)
chore(3p/nix/nix): Remove progress bar implementation r/759
The progress bar has lots of complexity for little benefit. The
previous activity tracking stuff has been deleted as part of the
logging refactoring and I am not going to implement support for this
again for now.
Diffstat (limited to '')
-rw-r--r--third_party/nix/src/nix/progress-bar.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/nix/src/nix/progress-bar.hh b/third_party/nix/src/nix/progress-bar.hh
deleted file mode 100644
index d9963f9d94..0000000000
--- a/third_party/nix/src/nix/progress-bar.hh
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include "logging.hh"
-
-namespace nix {
-
-void startProgressBar(bool printBuildLogs = false);
-
-void stopProgressBar();
-
-}  // namespace nix