0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

[net] Remove CConnman::Options.m_asmap

This data member was introduced in ec45646de9 but never used.
This commit is contained in:
John Newbery 2021-09-01 14:14:21 +01:00
parent 9393666e78
commit 07a9eccb60

View file

@ -768,7 +768,6 @@ public:
bool m_use_addrman_outgoing = true;
std::vector<std::string> m_specified_outgoing;
std::vector<std::string> m_added_nodes;
std::vector<bool> m_asmap;
bool m_i2p_accept_incoming;
};