We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4709fc2 commit 36f814cCopy full SHA for 36f814c
src/netgroup.h
@@ -19,10 +19,6 @@ class NetGroupManager {
19
: m_asmap{std::move(asmap)}
20
{}
21
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
-
26
/** Get a checksum identifying the asmap being used. */
27
uint256 GetAsmapChecksum() const;
28
0 commit comments