aboutsummaryrefslogtreecommitdiff
path: root/src/nix/run.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/run.cc')
-rw-r--r--src/nix/run.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/run.cc b/src/nix/run.cc
index f9b1298f1..2ab9d9ef4 100644
--- a/src/nix/run.cc
+++ b/src/nix/run.cc
@@ -108,7 +108,6 @@ struct CmdShell : InstallablesCommand, RunCommon, MixEnvironment
auto accessor = store->getFSAccessor();
-
std::unordered_set<StorePath> done;
std::queue<StorePath> todo;
for (auto & path : outPaths) todo.push(path.clone());