Skip to content

Commit 914c73a

Browse files
committed
saving.
1 parent 79218be commit 914c73a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/xorfilter.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,9 +1279,6 @@ static inline bool xor16_populate(uint64_t *keys, uint32_t size, xor16_t *filter
12791279
}
12801280

12811281

1282-
1283-
uint64_t seed;
1284-
uint64_t blockLength;
12851282
static inline size_t xor16_serialization_bytes(xor16_t *filter) {
12861283
return sizeof(filter->seed) + sizeof(filter->blockLength) +
12871284
sizeof(uint16_t) * 3 * filter->blockLength;

0 commit comments

Comments
 (0)