mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-06 11:46:18 +00:00
Remove unused variable (cacheMap) in mempool
This commit is contained in:
parent
5336bcd578
commit
bc64013e6f
@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user