p2p: remove unused m_is_onion member from NodeEvictionCandidate struct

This commit is contained in:
Jon Atack
2021-06-11 11:54:08 +02:00
parent 310fab4928
commit 045cb40192
4 changed files with 3 additions and 8 deletions

View File

@@ -1209,7 +1209,6 @@ struct NodeEvictionCandidate
uint64_t nKeyedNetGroup;
bool prefer_evict;
bool m_is_local;
bool m_is_onion;
Network m_network;
};