From f913283570aabb2e968a4f6bd06f74c03a5d772c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Apr 2005 09:20:27 +0000 Subject: [PATCH] * Remove redundant message. --- src/libstore/build.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 435e97257..117029fb0 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -1149,8 +1149,6 @@ void DerivationGoal::computeClosure() in it. */ PathSet references; if (!pathExists(path + "/nix-support/no-scan")) { - startNest(nest2, lvlChatty, - format("scanning for store references in `%1%'") % path); Paths references2; references2 = filterReferences(path, Paths(allPaths.begin(), allPaths.end())); @@ -1167,8 +1165,6 @@ void DerivationGoal::computeClosure() else debug(format("referenced input: `%1%'") % *i); } - - nest2.close(); } allReferences[path] = references;