mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread
This commit is contained in:
parent
be992701b0
commit
b7df96f456
3 changed files with 0 additions and 9 deletions
|
|
@ -492,9 +492,6 @@ static int CommandLineRPC(int argc, char *argv[])
|
|||
}
|
||||
} while (fWait);
|
||||
}
|
||||
catch (const boost::thread_interrupted&) {
|
||||
throw;
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
strPrint = std::string("error: ") + e.what();
|
||||
nRet = EXIT_FAILURE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue