mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 09:00:51 +02:00
init: remove straggling boost thread_group code
boost::thread_group usage was removed in #21016.
This commit is contained in:
@@ -20,9 +20,6 @@ struct NodeContext;
|
|||||||
namespace interfaces {
|
namespace interfaces {
|
||||||
struct BlockAndHeaderTipInfo;
|
struct BlockAndHeaderTipInfo;
|
||||||
}
|
}
|
||||||
namespace boost {
|
|
||||||
class thread_group;
|
|
||||||
} // namespace boost
|
|
||||||
|
|
||||||
/** Interrupt threads */
|
/** Interrupt threads */
|
||||||
void Interrupt(NodeContext& node);
|
void Interrupt(NodeContext& node);
|
||||||
|
Reference in New Issue
Block a user