summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-05 16:41:42 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-11 17:22:39 +0200
commit5fe5ff77800c2911c011f582d8dfa90c44d4a3a5 (patch)
treeffaa50b57e3d02623660fcb29d19f111a45d6d44
parent1820845c44c8cbe1121e78d5f16e7778532477f6 (diff)
downloadguix-5fe5ff77800c2911c011f582d8dfa90c44d4a3a5.tar.gz
Remove unnecessary call to addTempRoot()
-rw-r--r--nix/libstore/local-store.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/libstore/local-store.cc b/nix/libstore/local-store.cc
index c6357697c5..ab5b60132e 100644
--- a/nix/libstore/local-store.cc
+++ b/nix/libstore/local-store.cc
@@ -1488,7 +1488,6 @@ void LocalStore::exportPath(const Path & path, bool sign,
 
     printMsg(lvlInfo, format("exporting path `%1%'") % path);
 
-    addTempRoot(path);
     if (!isValidPath(path))
         throw Error(format("path `%1%' is not valid") % path);