mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Remove unused variables
This commit is contained in:
parent
d26234a9e2
commit
fa6dc9f0e5
4 changed files with 2 additions and 6 deletions
|
|
@ -576,7 +576,6 @@ void CTxMemPool::removeForReorg(const CCoinsViewCache *pcoins, unsigned int nMem
|
|||
void CTxMemPool::removeConflicts(const CTransaction &tx, std::list<CTransaction>& removed)
|
||||
{
|
||||
// Remove transactions which depend on inputs of tx, recursively
|
||||
list<CTransaction> result;
|
||||
LOCK(cs);
|
||||
BOOST_FOREACH(const CTxIn &txin, tx.vin) {
|
||||
auto it = mapNextTx.find(txin.prevout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue