about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-04-13T09·20+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-04-13T09·20+0000
commitf913283570aabb2e968a4f6bd06f74c03a5d772c (patch)
tree93b3997021347ce29455af36a2e9b8ee83508252 /src
parent9f3601a36cbc4a3c322f48c5ec3487df441105bc (diff)
* Remove redundant message.
Diffstat (limited to 'src')
-rw-r--r--src/libstore/build.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 435e97257e32..117029fb0a43 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;