From fa09ec83f3f23dacb807c6b6393cabf2a984e4ff Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 5 Jun 2020 15:20:50 -0400 Subject: Remove unused variables --- src/wallet/wallet.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/wallet.cpp') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 567c91a45..cf42c1cb3 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -746,7 +746,6 @@ void CWallet::SetSpentKeyState(WalletBatch& batch, const uint256& hash, unsigned bool CWallet::IsSpentKey(const uint256& hash, unsigned int n) const { AssertLockHeld(cs_wallet); - CTxDestination dst; const CWalletTx* srctx = GetWalletTx(hash); if (srctx) { assert(srctx->tx->vout.size() > n); -- cgit v1.2.3