guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

117/376: Remove unnecessary call to addTempRoot()


From: Ludovic Courtès
Subject: 117/376: Remove unnecessary call to addTempRoot()
Date: Wed, 28 Jan 2015 22:04:26 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 98873ff7defffda9166c88e4e7c318119ca5eccc
Author: Eelco Dolstra <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]