Remove the quickExit function

This commit is contained in:
Eelco Dolstra 2012-11-09 16:42:10 +01:00
parent 4c9e3fa641
commit 10dcee99ed
4 changed files with 8 additions and 18 deletions

View file

@ -981,7 +981,7 @@ void LocalStore::startSubstituter(const Path & substituter, RunningSubstituter &
} catch (std::exception & e) {
std::cerr << "error: " << e.what() << std::endl;
}
quickExit(1);
_exit(1);
}
/* Parent. */