From bc64013e6fad2d054bc5a31630c09f33a62b8f4f Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Sat, 25 Jan 2025 11:04:58 -0500 Subject: [PATCH] Remove unused variable (cacheMap) in mempool --- src/txmempool.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/txmempool.h b/src/txmempool.h index 1fc94c6db70..c305d5d448a 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -281,9 +281,6 @@ public: std::vector GetParents(const CTxMemPoolEntry &entry) const; private: - typedef std::map cacheMap; - - std::vector GetSortedScoreWithTopology() const EXCLUSIVE_LOCKS_REQUIRED(cs); /**