[bloom filter] remove an unused data member
This commit is contained in:
parent
e4d82d04bd
commit
d3687db3a8
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user