refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread

This commit is contained in:
Chun Kuan Lee
2018-10-14 04:24:38 +08:00
parent be992701b0
commit b7df96f456
3 changed files with 0 additions and 9 deletions

View File

@@ -820,10 +820,6 @@ static int CommandLineRawTx(int argc, char* argv[])
OutputTx(tx);
}
catch (const boost::thread_interrupted&) {
throw;
}
catch (const std::exception& e) {
strPrint = std::string("error: ") + e.what();
nRet = EXIT_FAILURE;