mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -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 {
|
||||
struct BlockAndHeaderTipInfo;
|
||||
}
|
||||
namespace boost {
|
||||
class thread_group;
|
||||
} // namespace boost
|
||||
|
||||
/** Interrupt threads */
|
||||
void Interrupt(NodeContext& node);
|
||||
|
|
Loading…
Reference in a new issue