From 1d5b47a9033738743e5323409777b1415a0d0af7 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sun, 19 Apr 2015 11:10:13 -0700 Subject: nLastTry is only used for addrman entries No need to define it for every CAddress, as it's memory only anyway. --- src/protocol.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index fd23eae1fc..b5e65032a2 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -116,9 +116,6 @@ public: // disk and network only unsigned int nTime; - - // memory only - int64_t nLastTry; }; /** inv message data */ -- cgit v1.2.3