Revert "CBloomFilter::clear() method"

This reverts commit 8fbf03995d.
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:10:02 +02:00
parent 98e84aae7a
commit 8f3f94a470
3 changed files with 0 additions and 13 deletions

View File

@@ -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;