aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-07-12 19:08:21 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-07-12 19:08:25 +0200
commit7e1ba37b5daceda222b138cbf61bbdeda87d21fd (patch)
treeae334ddbb52f47312cb3b614c65f0bb86860118a
parent839f5d06d6dec52d05ead4f3ffe7ee7e8760df24 (diff)
parentaa72ffb1c297177dfb79acf69729666a2ef50c5e (diff)
downloadbitcoin-7e1ba37b5daceda222b138cbf61bbdeda87d21fd.tar.xz
Merge bitcoin/bitcoin#22433: init: remove straggling boost thread_group related code
aa72ffb1c297177dfb79acf69729666a2ef50c5e init: remove straggling boost thread_group code (fanquake) Pull request description: `boost::thread_group` was removed in #21016. ACKs for top commit: MarcoFalke: review ACK aa72ffb1c297177dfb79acf69729666a2ef50c5e Tree-SHA512: c7ac3c2cde38fb752e0103d563b506732a403aad765a5db6be8d82399df3783044a77b071cc9c71aec3824397b04611894cf115576e63e8ee714eacf62729ab9
-rw-r--r--src/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.h b/src/init.h
index b856468e5d..5af6930a16 100644
--- a/src/init.h
+++ b/src/init.h
@@ -20,9 +20,6 @@ struct NodeContext;
namespace interfaces {
struct BlockAndHeaderTipInfo;
}
-namespace boost {
-class thread_group;
-} // namespace boost
/** Interrupt threads */
void Interrupt(NodeContext& node);