Remove redundant unused variables

This commit is contained in:
practicalswift
2018-07-17 19:22:17 +02:00
parent 66ed242343
commit 99be644966
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -716,7 +716,6 @@ void CTxMemPool::check(const CCoinsViewCache *pcoins) const
while (!waitingOnDependants.empty()) {
const CTxMemPoolEntry* entry = waitingOnDependants.front();
waitingOnDependants.pop_front();
CValidationState state;
if (!mempoolDuplicate.HaveInputs(entry->GetTx())) {
waitingOnDependants.push_back(entry);
stepsSinceLastRemove++;