wallet: Remove unused boost::thread_interrupted

FindWalletTx is only called by zapwallet, which is never called in a
boost::thread
pull/18792/head
MarcoFalke 5 years ago
parent fa7b885f51
commit fa1c74fd03
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -874,11 +874,7 @@ DBErrors WalletBatch::FindWalletTx(std::vector<uint256>& vTxHash, std::list<CWal
} }
} }
pcursor->close(); pcursor->close();
} } catch (...) {
catch (const boost::thread_interrupted&) {
throw;
}
catch (...) {
result = DBErrors::CORRUPT; result = DBErrors::CORRUPT;
} }

Loading…
Cancel
Save