diff options
| author | Pavel Janík <[email protected]> | 2016-09-02 22:05:47 +0200 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2016-09-09 13:59:34 +0200 |
| commit | 64d9507ea5724634783cdaa290943292132086a9 (patch) | |
| tree | ceea55f1a8ec2faf856d1c383cddfed2cc018eb7 /src/addrdb.h | |
| parent | Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vector (diff) | |
| download | discoin-64d9507ea5724634783cdaa290943292132086a9.tar.xz discoin-64d9507ea5724634783cdaa290943292132086a9.zip | |
[WIP] Remove unused statement in serialization
Diffstat (limited to 'src/addrdb.h')
| -rw-r--r-- | src/addrdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/addrdb.h b/src/addrdb.h index d8c66d872..62835a6fb 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); |