civodul pushed a commit to branch nix
in repository guix.
commit 5fe5ff77800c2911c011f582d8dfa90c44d4a3a5
Author: Eelco Dolstra <[email protected]>
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);