civodul pushed a commit to tag 1.8
in repository guix.

commit 98873ff7defffda9166c88e4e7c318119ca5eccc
Author: Eelco Dolstra <[email protected]>
Date:   Tue Aug 5 16:41:42 2014 +0200

    Remove unnecessary call to addTempRoot()
---
 src/libstore/local-store.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc
index c635769..ab5b601 100644
--- a/src/libstore/local-store.cc
+++ b/src/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);
 

Reply via email to