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:
parent
9393666e78
commit
07a9eccb60
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue