From 36f814c0e84d009c0e0aa26981a20ac4cf338a85 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Wed, 1 Sep 2021 16:35:45 +0100 Subject: [PATCH] [netgroupman] Remove NetGroupManager::GetAsmap() asmap no longer needs to be exposed anywhere outside NetGroupManager. --- src/netgroup.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/netgroup.h b/src/netgroup.h index 6f495b166be..2dd63ec66b0 100644 --- a/src/netgroup.h +++ b/src/netgroup.h @@ -19,10 +19,6 @@ public: : m_asmap{std::move(asmap)} {} - /* Get a reference to (const) asmap. May be held as long as NetGroupManager - * exists, since the data is const. */ - const std::vector& GetAsmap() const { return m_asmap; } - /** Get a checksum identifying the asmap being used. */ uint256 GetAsmapChecksum() const;