From b7df96f4565064bcb7cbbf7e2507e03bdcf339f0 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sun, 14 Oct 2018 04:24:38 +0800 Subject: refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread --- src/bitcoin-tx.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bitcoin-tx.cpp') diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index a3fcb87675..2526ce15a2 100644 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -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; -- cgit v1.2.3