init: remove straggling boost thread_group code

boost::thread_group usage was removed in #21016.
This commit is contained in:
fanquake 2021-07-12 21:46:59 +08:00
parent 839f5d06d6
commit aa72ffb1c2
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

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