aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-08-25 12:48:23 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-08-25 14:59:38 +0200
commitfa6dc9f0e5eac8ec473b63adfd43635005778f46 (patch)
tree6628086e259f0e470cd3160becc11ec9873ede35 /src/wallet/wallet.cpp
parentd26234a9e2fa93c5340330a9de612555fc329620 (diff)
downloadbitcoin-fa6dc9f0e5eac8ec473b63adfd43635005778f46.tar.xz
Remove unused variables
Diffstat (limited to 'src/wallet/wallet.cpp')
-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];