From 64d9507ea5724634783cdaa290943292132086a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 2 Sep 2016 22:05:47 +0200 Subject: [WIP] Remove unused statement in serialization --- src/wallet/wallet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/wallet.h') diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 7a771350cb..016e4a3d74 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -194,7 +194,6 @@ public: inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) { std::vector vMerkleBranch; // For compatibility with older versions. READWRITE(*(CTransaction*)this); - nVersion = this->nVersion; READWRITE(hashBlock); READWRITE(vMerkleBranch); READWRITE(nIndex); -- cgit v1.2.3