guix-commits
[Top][All Lists]
Advanced

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

90/118: Remove unnecessary call to addTempRoot()


From: Ludovic Courtès
Subject: 90/118: Remove unnecessary call to addTempRoot()
Date: Tue, 19 May 2015 14:45:54 +0000

civodul pushed a commit to branch nix
in repository guix.

commit 5fe5ff77800c2911c011f582d8dfa90c44d4a3a5
Author: Eelco Dolstra <address@hidden>
Date:   Tue Aug 5 16:41:42 2014 +0200

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

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



reply via email to

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