Skip to content

Commit

Permalink
net: remove unused set
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni authored and Fuzzbawls committed Jun 23, 2020
1 parent fabf358 commit 7962bcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ limitedmap<CInv, int64_t> mapAlreadyAskedFor(MAX_INV_SZ);
static std::deque<std::string> vOneShots;
RecursiveMutex cs_vOneShots;

std::set<CNetAddr> setservAddNodeAddresses;
RecursiveMutex cs_setservAddNodeAddresses;

std::vector<std::string> vAddedNodes;
RecursiveMutex cs_vAddedNodes;

Expand Down

0 comments on commit 7962bcc

Please sign in to comment.