Remove unused variable (cacheMap) in mempool

This commit is contained in:
Suhas Daftuar
2025-01-25 11:04:58 -05:00
parent 5336bcd578
commit bc64013e6f

View File

@@ -281,9 +281,6 @@ public:
std::vector<CTxMemPoolEntry::CTxMemPoolEntryRef> GetParents(const CTxMemPoolEntry &entry) const;
private:
typedef std::map<txiter, setEntries, CompareIteratorByHash> cacheMap;
std::vector<indexed_transaction_set::const_iterator> GetSortedScoreWithTopology() const EXCLUSIVE_LOCKS_REQUIRED(cs);
/**