merge bitcoin#22433: remove straggling boost thread_group related code

This commit is contained in:
Kittywhiskers Van Gogh 2021-07-12 21:46:59 +08:00
parent abdf4d7b9f
commit a42202d86f
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

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