Merge #8590: Remove unused variables

fa6dc9f Remove unused variables (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan
2016-08-26 13:23:57 +02:00
4 changed files with 2 additions and 6 deletions

View File

@@ -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];