From 26a93bce29fd813e1402b013f402869c25b656d1 Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Fri, 8 Mar 2019 13:30:45 -0500 Subject: [PATCH] Remove unused variable --- src/net.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/net.h b/src/net.h index 75c05c9cb5d..4e8a96497cf 100644 --- a/src/net.h +++ b/src/net.h @@ -703,7 +703,6 @@ public: std::vector vAddrToSend; CRollingBloomFilter addrKnown; bool fGetAddr{false}; - std::set setKnown; int64_t nNextAddrSend GUARDED_BY(cs_sendProcessing){0}; int64_t nNextLocalAddrSend GUARDED_BY(cs_sendProcessing){0};