Skip to content

Commit

Permalink
no need for friend class with builder inside the filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin committed Aug 17, 2024
1 parent 822bd53 commit 37f6531
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filters/include/bloom_filter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ class bloom_filter_alloc {
uint64_t num_bits_set_;
uint8_t* bit_array_; // data backing bit_array_, regardless of ownership
uint8_t* memory_; // if wrapped, pointer to the start of the filter, otheriwse nullptr

friend class bloom_filter_builder_alloc<A>;
};

/**
Expand Down

0 comments on commit 37f6531

Please sign in to comment.