Remove the quickExit function
This commit is contained in:
parent
4c9e3fa641
commit
10dcee99ed
4 changed files with 8 additions and 18 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue