Merge bitcoin/bitcoin#22433: init: remove straggling boost thread_group related code

aa72ffb1c2 init: remove straggling boost thread_group code (fanquake)

Pull request description:

  `boost::thread_group` was removed in #21016.

ACKs for top commit:
  MarcoFalke:
    review ACK aa72ffb1c2

Tree-SHA512: c7ac3c2cde38fb752e0103d563b506732a403aad765a5db6be8d82399df3783044a77b071cc9c71aec3824397b04611894cf115576e63e8ee714eacf62729ab9
This commit is contained in:
MarcoFalke 2021-07-12 19:08:21 +02:00
commit 7e1ba37b5d
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -20,9 +20,6 @@ struct NodeContext;
namespace interfaces {
struct BlockAndHeaderTipInfo;
}
namespace boost {
class thread_group;
} // namespace boost
/** Interrupt threads */
void Interrupt(NodeContext& node);