diff options
-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; |