mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
init: remove straggling boost thread_group code
boost::thread_group usage was removed in #21016.
This commit is contained in:
parent
839f5d06d6
commit
aa72ffb1c2
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue