Skip to content

Commit 36f814c

Browse files
committed
[netgroupman] Remove NetGroupManager::GetAsmap()
asmap no longer needs to be exposed anywhere outside NetGroupManager.
1 parent 4709fc2 commit 36f814c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/netgroup.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ class NetGroupManager {
1919
: m_asmap{std::move(asmap)}
2020
{}
2121

22-
/* Get a reference to (const) asmap. May be held as long as NetGroupManager
23-
* exists, since the data is const. */
24-
const std::vector<bool>& GetAsmap() const { return m_asmap; }
25-
2622
/** Get a checksum identifying the asmap being used. */
2723
uint256 GetAsmapChecksum() const;
2824

0 commit comments

Comments
 (0)