From 35aff432175b437529200f8a3fcc44001b6569ad Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 18 Jul 2017 14:02:15 +0200 Subject: [PATCH] Remove unused variable int64_t nEnd Last use of nEnd removed in commit 1fc8c3de0cff2971cc1f9903bfc3d03a982f2fab. --- src/wallet/wallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 531750258..458c54774 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3206,7 +3206,6 @@ bool CWallet::TopUpKeyPool(unsigned int kpSize) CWalletDB walletdb(*dbw); for (int64_t i = missingInternal + missingExternal; i--;) { - int64_t nEnd = 1; if (i < missingInternal) { internal = true; } -- 2.11.4.GIT