diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-05 16:41:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-11 17:22:39 +0200 |
commit | 5fe5ff77800c2911c011f582d8dfa90c44d4a3a5 (patch) | |
tree | ffaa50b57e3d02623660fcb29d19f111a45d6d44 /nix | |
parent | 1820845c44c8cbe1121e78d5f16e7778532477f6 (diff) | |
download | guix-5fe5ff77800c2911c011f582d8dfa90c44d4a3a5.tar.gz |
Remove unnecessary call to addTempRoot()
Diffstat (limited to 'nix')
-rw-r--r-- | 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 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); |