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

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