Skip to content

Commit 26a93bc

Browse files
committed
Remove unused variable
1 parent 67be6d7 commit 26a93bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ class CNode
703703
std::vector<CAddress> vAddrToSend;
704704
CRollingBloomFilter addrKnown;
705705
bool fGetAddr{false};
706-
std::set<uint256> setKnown;
707706
int64_t nNextAddrSend GUARDED_BY(cs_sendProcessing){0};
708707
int64_t nNextLocalAddrSend GUARDED_BY(cs_sendProcessing){0};
709708

0 commit comments

Comments
 (0)