Skip to content

Commit

Permalink
saving.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 22, 2023
1 parent 79218be commit 914c73a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/xorfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -1279,9 +1279,6 @@ static inline bool xor16_populate(uint64_t *keys, uint32_t size, xor16_t *filter
}



uint64_t seed;
uint64_t blockLength;
static inline size_t xor16_serialization_bytes(xor16_t *filter) {
return sizeof(filter->seed) + sizeof(filter->blockLength) +
sizeof(uint16_t) * 3 * filter->blockLength;
Expand Down

0 comments on commit 914c73a

Please sign in to comment.