aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-08-26 13:23:57 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-08-26 13:24:12 +0200
commit12892dbb9fb6d6f46505d7b9caf8ae6905601c7f (patch)
treeab45b4993516c16e963964d2e6a91e24d10f5ce6 /src/wallet
parent65837375d98b3e9949d15dc05e66e6356eada283 (diff)
parentfa6dc9f0e5eac8ec473b63adfd43635005778f46 (diff)
downloadbitcoin-12892dbb9fb6d6f46505d7b9caf8ae6905601c7f.tar.xz
Merge #8590: Remove unused variables
fa6dc9f Remove unused variables (MarcoFalke)
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 769322969d..10aca2e499 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -2461,7 +2461,6 @@ bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey)
AddToWallet(wtxNew);
// Notify that old coins are spent
- set<CWalletTx*> setCoins;
BOOST_FOREACH(const CTxIn& txin, wtxNew.vin)
{
CWalletTx &coin = mapWallet[txin.prevout.hash];