diff --git a/src/hyperloglog.c b/src/hyperloglog.c index 7f5f6244..c6c7edaa 100644 --- a/src/hyperloglog.c +++ b/src/hyperloglog.c @@ -192,11 +192,11 @@ struct hllhdr { #define HLL_VALID_CACHE(hdr) (((hdr)->card[7] & (1<<7)) == 0) #define HLL_P 14 /* The greater is P, the smaller the error. */ -#define HLL_Q (63-HLL_P) #define HLL_REGISTERS (1<