[bloom filter] remove an unused data member

This commit is contained in:
Joe Thornber 2014-06-26 15:26:39 +01:00
parent e4d82d04bd
commit d3687db3a8

View File

@ -35,7 +35,6 @@ namespace persistent_data {
void fill_probes(block_address b, vector<unsigned> &probes) const;
tm_ptr tm_;
unsigned nr_bits_;
persistent_data::bitset bits_;
unsigned nr_probes_;
uint64_t mask_;