aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-07-12 21:46:59 +0800
committerfanquake <fanquake@gmail.com>2021-07-12 21:46:59 +0800
commitaa72ffb1c297177dfb79acf69729666a2ef50c5e (patch)
treeae334ddbb52f47312cb3b614c65f0bb86860118a /src/init.h
parent839f5d06d6dec52d05ead4f3ffe7ee7e8760df24 (diff)
downloadbitcoin-aa72ffb1c297177dfb79acf69729666a2ef50c5e.tar.xz
init: remove straggling boost thread_group code
boost::thread_group usage was removed in #21016.
Diffstat (limited to 'src/init.h')
-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);