aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.h
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-04-16 14:41:46 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-04-17 01:09:39 +0200
commit69ffddc83e0f3e265bf6cf7ae31489ae629fe6be (patch)
tree599503b5ebb661970d9d3dbf7912caf98d634e10 /src/bloom.h
parent544709763e1f45148d1926831e07ff03487673ee (diff)
downloadbitcoin-69ffddc83e0f3e265bf6cf7ae31489ae629fe6be.tar.xz
refactor: Remove unused methods CBloomFilter::reset()/clear()
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
Diffstat (limited to 'src/bloom.h')
-rw-r--r--src/bloom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bloom.h b/src/bloom.h
index 68e76a0258..8e3b7be54d 100644
--- a/src/bloom.h
+++ b/src/bloom.h
@@ -84,9 +84,6 @@ public:
bool contains(const COutPoint& outpoint) const;
bool contains(const uint256& hash) const;
- void clear();
- void reset(const unsigned int nNewTweak);
-
//! True if the size is <= MAX_BLOOM_FILTER_SIZE and the number of hash functions is <= MAX_HASH_FUNCS
//! (catch a filter which was just deserialized which was too big)
bool IsWithinSizeConstraints() const;