net: move vNodesDisconnected into CConnman

This commit is contained in:
Cory Fields
2016-05-27 01:00:01 -04:00
parent fa2f8bc47f
commit 98591c5027
2 changed files with 1 additions and 2 deletions

View File

@@ -820,8 +820,6 @@ size_t SocketSendData(CNode *pnode)
return nSentSize;
}
static std::list<CNode*> vNodesDisconnected;
struct NodeEvictionCandidate
{
NodeId id;