[netgroupman] Remove NetGroupManager::GetAsmap()

asmap no longer needs to be exposed anywhere outside NetGroupManager.
This commit is contained in:
John Newbery 2021-09-01 16:35:45 +01:00
parent 4709fc2019
commit 36f814c0e8
1 changed files with 0 additions and 4 deletions

View File

@ -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;