diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-18 14:02:15 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-18 14:02:15 +0200 |
commit | 35aff432175b437529200f8a3fcc44001b6569ad (patch) | |
tree | 9a36693f9241e5dd82b20a188a6017b4eae8d680 | |
parent | 7b6e8bc4424006119dc537699c8b3b3121e0b3c3 (diff) |
Remove unused variable int64_t nEnd
Last use of nEnd removed in commit 1fc8c3de0cff2971cc1f9903bfc3d03a982f2fab.
-rw-r--r-- | src/wallet/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 5317502589..458c54774f 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; } |