mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Remove unused variable
This commit is contained in:
parent
67be6d7a17
commit
26a93bce29
1 changed files with 0 additions and 1 deletions
|
@ -703,7 +703,6 @@ public:
|
|||
std::vector<CAddress> vAddrToSend;
|
||||
CRollingBloomFilter addrKnown;
|
||||
bool fGetAddr{false};
|
||||
std::set<uint256> setKnown;
|
||||
int64_t nNextAddrSend GUARDED_BY(cs_sendProcessing){0};
|
||||
int64_t nNextLocalAddrSend GUARDED_BY(cs_sendProcessing){0};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue