mempool: Remove unused function CalculateDescendantMaximum

This commit is contained in:
Suhas Daftuar
2023-10-04 09:19:21 -04:00
parent 8e49477e86
commit ba09fc9774
2 changed files with 0 additions and 24 deletions

View File

@@ -284,8 +284,6 @@ public:
using Limits = kernel::MemPoolLimits;
uint64_t CalculateDescendantMaximum(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs);
std::tuple<size_t, size_t, CAmount> CalculateAncestorData(const CTxMemPoolEntry& entry) const EXCLUSIVE_LOCKS_REQUIRED(cs);
std::tuple<size_t, size_t, CAmount> CalculateDescendantData(const CTxMemPoolEntry& entry) const EXCLUSIVE_LOCKS_REQUIRED(cs);