Skip to content

Commit aa72ffb

Browse files
committed
init: remove straggling boost thread_group code
boost::thread_group usage was removed in bitcoin#21016.
1 parent 839f5d0 commit aa72ffb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/init.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ struct NodeContext;
2020
namespace interfaces {
2121
struct BlockAndHeaderTipInfo;
2222
}
23-
namespace boost {
24-
class thread_group;
25-
} // namespace boost
2623

2724
/** Interrupt threads */
2825
void Interrupt(NodeContext& node);

0 commit comments

Comments
 (0)