aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2021-09-01 14:14:21 +0100
committerJohn Newbery <john@johnnewbery.com>2021-09-07 10:14:50 +0100
commit07a9eccb60485e71494664cc2b1964ae06a3dcf0 (patch)
tree53203984916f8e8c5db410a748538818c1525a75 /src
parent9393666e7817c6d745789144f3a1ac61fe6cdecf (diff)
downloadbitcoin-07a9eccb60485e71494664cc2b1964ae06a3dcf0.tar.xz
[net] Remove CConnman::Options.m_asmap
This data member was introduced in ec45646de9e but never used.
Diffstat (limited to 'src')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index a884a4521d..e7ad959fd9 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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;
};