Skip to content

Commit 07a9ecc

Browse files
committed
[net] Remove CConnman::Options.m_asmap
This data member was introduced in ec45646 but never used.
1 parent 9393666 commit 07a9ecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ class CConnman
768768
bool m_use_addrman_outgoing = true;
769769
std::vector<std::string> m_specified_outgoing;
770770
std::vector<std::string> m_added_nodes;
771-
std::vector<bool> m_asmap;
772771
bool m_i2p_accept_incoming;
773772
};
774773

0 commit comments

Comments
 (0)