diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-05T14·41+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-08-05T14·41+0200 |
commit | 98873ff7defffda9166c88e4e7c318119ca5eccc (patch) | |
tree | 56083e796ea4f9d2ec57188745483e934cbd63fe /src/libstore/local-store.cc | |
parent | f02c52e3d4065cb8a264fc55eb9fa14d2d0337c8 (diff) |
Remove unnecessary call to addTempRoot()
Diffstat (limited to 'src/libstore/local-store.cc')
-rw-r--r-- | 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 c6357697c509..ab5b60132e3f 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); |