aboutsummaryrefslogtreecommitdiff
path: root/src/addrdb.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-09-02 22:05:47 +0200
committerPavel Janík <Pavel@Janik.cz>2016-09-09 13:59:34 +0200
commit64d9507ea5724634783cdaa290943292132086a9 (patch)
treeceea55f1a8ec2faf856d1c383cddfed2cc018eb7 /src/addrdb.h
parent6898213409811b140843c3d89af43328c3b22fad (diff)
downloadbitcoin-64d9507ea5724634783cdaa290943292132086a9.tar.xz
[WIP] Remove unused statement in serialization
Diffstat (limited to 'src/addrdb.h')
-rw-r--r--src/addrdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/addrdb.h b/src/addrdb.h
index d8c66d872b..62835a6fb4 100644
--- a/src/addrdb.h
+++ b/src/addrdb.h
@@ -48,7 +48,6 @@ public:
template <typename Stream, typename Operation>
inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) {
READWRITE(this->nVersion);
- nVersion = this->nVersion;
READWRITE(nCreateTime);
READWRITE(nBanUntil);
READWRITE(banReason);