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

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