Skip to content

Commit 71ff7d2

Browse files
authored
Remove unused macro PHP_FNV1_32A_INIT and PHP_FNV1A_64_INIT
1 parent 4ce00aa commit 71ff7d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/hash/php_hash_fnv.h

-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
#define PHP_HASH_FNV_H
1919

2020
#define PHP_FNV1_32_INIT ((uint32_t)0x811c9dc5)
21-
#define PHP_FNV1_32A_INIT PHP_FNV1_32_INIT
2221

2322
#define PHP_FNV_32_PRIME ((uint32_t)0x01000193)
2423

2524
#define PHP_FNV1_64_INIT ((uint64_t)0xcbf29ce484222325ULL)
26-
#define PHP_FNV1A_64_INIT FNV1_64_INIT
2725

2826
#define PHP_FNV_64_PRIME ((uint64_t)0x100000001b3ULL)
2927

0 commit comments

Comments
 (0)