about summary refs log tree commit diff
path: root/third_party/nix/src/nix/progress-bar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/progress-bar.hh')
-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 d9963f9d9456..000000000000
--- 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