diff options
author | John Newbery <john@johnnewbery.com> | 2021-09-01 14:14:21 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2021-09-07 10:14:50 +0100 |
commit | 07a9eccb60485e71494664cc2b1964ae06a3dcf0 (patch) | |
tree | 53203984916f8e8c5db410a748538818c1525a75 /src/net.h | |
parent | 9393666e7817c6d745789144f3a1ac61fe6cdecf (diff) |
[net] Remove CConnman::Options.m_asmap
This data member was introduced in ec45646de9e but never used.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 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; }; |