From 99be644966c63e9917161f97574905551e44360f Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 17 Jul 2018 19:22:17 +0200 Subject: Remove redundant unused variables --- src/txmempool.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/txmempool.cpp') diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 8090172e3f..1db006ecd1 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -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++; -- cgit v1.2.3