diff options
author | fanquake <fanquake@gmail.com> | 2021-07-12 21:46:59 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-07-12 21:46:59 +0800 |
commit | aa72ffb1c297177dfb79acf69729666a2ef50c5e (patch) | |
tree | ae334ddbb52f47312cb3b614c65f0bb86860118a | |
parent | 839f5d06d6dec52d05ead4f3ffe7ee7e8760df24 (diff) |
init: remove straggling boost thread_group code
boost::thread_group usage was removed in #21016.
-rw-r--r-- | src/init.h | 3 |
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); |