Skip to content

Commit 07745c3

Browse files
committed
Remove unused constant
1 parent 61e16cc commit 07745c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/hash.c

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ struct hash_entry {
7575
* curb wasteful allocations */
7676
#define STEPS 4
7777

78-
#define DEFAULT_ODD_CONSTANT 0x27d4eb2d
79-
8078
static_assert((MIN_BUCKETS & (MIN_BUCKETS - 1)) == 0,
8179
"Bucket size is power of 2");
8280

0 commit comments

Comments
 (0)