diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-17 14:10:02 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-21 07:46:34 +0200 |
commit | 8f3f94a470cdc7195efdbafd45ea03e6c707d9c8 (patch) | |
tree | 848534bd7e65b1c81e2893e9957c1254090582c1 /src/bloom.h | |
parent | 98e84aae7ad1e4e18d2292f1ddeeb517432b4c42 (diff) |
Revert "CBloomFilter::clear() method"
This reverts commit 8fbf03995df9a2003be603be1a930bc3373d56e0.
Diffstat (limited to 'src/bloom.h')
-rw-r--r-- | src/bloom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bloom.h b/src/bloom.h index d0caf9e9fa..956bead87f 100644 --- a/src/bloom.h +++ b/src/bloom.h @@ -78,8 +78,6 @@ public: bool contains(const COutPoint& outpoint) const; bool contains(const uint256& hash) const; - void clear(); - // 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; |