We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e16cc commit 07745c3Copy full SHA for 07745c3
src/lib/hash.c
@@ -75,8 +75,6 @@ struct hash_entry {
75
* curb wasteful allocations */
76
#define STEPS 4
77
78
-#define DEFAULT_ODD_CONSTANT 0x27d4eb2d
79
-
80
static_assert((MIN_BUCKETS & (MIN_BUCKETS - 1)) == 0,
81
"Bucket size is power of 2");
82
0 commit comments