diff options
author | John Newbery <john@johnnewbery.com> | 2021-09-01 16:35:45 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2022-04-20 14:35:53 +0100 |
commit | 36f814c0e84d009c0e0aa26981a20ac4cf338a85 (patch) | |
tree | 615e68c9fe050fb4ef924002754f41fe77662b52 /src/netgroup.h | |
parent | 4709fc2019e27e74be02dc5fc123b9f6f46d7990 (diff) |
[netgroupman] Remove NetGroupManager::GetAsmap()
asmap no longer needs to be exposed anywhere outside NetGroupManager.
Diffstat (limited to 'src/netgroup.h')
-rw-r--r-- | src/netgroup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/netgroup.h b/src/netgroup.h index 6f495b166b..2dd63ec66b 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<bool>& GetAsmap() const { return m_asmap; } - /** Get a checksum identifying the asmap being used. */ uint256 GetAsmapChecksum() const; |