From aa72ffb1c297177dfb79acf69729666a2ef50c5e Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 12 Jul 2021 21:46:59 +0800 Subject: init: remove straggling boost thread_group code boost::thread_group usage was removed in #21016. --- src/init.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/init.h') 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); -- cgit v1.2.3