aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorJeremy Rubin <j@rubin.io>2020-01-21 16:24:42 -0800
committerJeremy Rubin <j@rubin.io>2020-09-04 09:46:44 -0700
commit296be8f58e02b39a58f017c52294aceed22c3ffd (patch)
tree77fbf2801efa44539fb9425acf18ffe46aa564db /src/txmempool.h
parent46d955d196043cc297834baeebce31ff778dff80 (diff)
downloadbitcoin-296be8f58e02b39a58f017c52294aceed22c3ffd.tar.xz
Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMemPoolParents
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 9417902120..8764bbcf13 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -576,8 +576,6 @@ public:
typedef std::set<txiter, CompareIteratorByHash> setEntries;
- const CTxMemPoolEntry::Parents & GetMemPoolParents(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs);
- const CTxMemPoolEntry::Children & GetMemPoolChildren(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs);
uint64_t CalculateDescendantMaximum(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs);
private:
typedef std::map<txiter, setEntries, CompareIteratorByHash> cacheMap;