From 5fe5ff77800c2911c011f582d8dfa90c44d4a3a5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 5 Aug 2014 16:41:42 +0200 Subject: [PATCH] Remove unnecessary call to addTempRoot() --- nix/libstore/local-store.cc | 1 - 1 file changed, 1 deletion(-) 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);