Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Dec 27, 2019
1 parent d5e7b02 commit 78af416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ struct CNodeState {
//! When the first entry in vBlocksInFlight started downloading. Don't care when vBlocksInFlight is empty.
int64_t nDownloadingSince;
int nBlocksInFlight;
int nHeadersInFlight;
int nBlocksInFlightValidHeaders;
//! Whether we consider this a preferred download peer.
bool fPreferredDownload;
Expand All @@ -392,7 +391,6 @@ struct CNodeState {
nStallingSince = 0;
nDownloadingSince = 0;
nBlocksInFlight = 0;
nHeadersInFlight = 0;
nBlocksInFlightValidHeaders = 0;
fPreferredDownload = false;
fPreferHeaders = false;
Expand Down

0 comments on commit 78af416

Please sign in to comment.