Skip to content

Commit 7e1ba37

Browse files
author
MarcoFalke
committed
Merge bitcoin#22433: init: remove straggling boost thread_group related code
aa72ffb init: remove straggling boost thread_group code (fanquake) Pull request description: `boost::thread_group` was removed in bitcoin#21016. ACKs for top commit: MarcoFalke: review ACK aa72ffb Tree-SHA512: c7ac3c2cde38fb752e0103d563b506732a403aad765a5db6be8d82399df3783044a77b071cc9c71aec3824397b04611894cf115576e63e8ee714eacf62729ab9
2 parents 839f5d0 + aa72ffb commit 7e1ba37

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)