Remove unnecessary call to addTempRoot()

This commit is contained in:
Eelco Dolstra 2014-08-05 16:41:42 +02:00 committed by Ludovic Courtès
parent 1820845c44
commit 5fe5ff7780
1 changed files with 0 additions and 1 deletions

View File

@ -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);