Remove unused CRC64 constants from consts.h

This commit is contained in:
2025-10-02 20:45:47 +01:00
parent 87db877873
commit 86348f85a9

View File

@@ -101,11 +101,6 @@
/** Mask for extracting positional index (lower 24 bits) in Compact Disc suffix/prefix deduplicated block entries. */
#define CD_DFIX_MASK 0x00FFFFFFU
/** ECMA182 CRC64 polynomial (reflected form used in standard implementations). */
#define CRC64_ECMA_POLY 0xC96C5795D7870F42ULL
/** Initial seed value for CRC64 computations (all bits set). */
#define CRC64_ECMA_SEED 0xFFFFFFFFFFFFFFFFULL
#ifndef _MSC_VER
#pragma clang diagnostic pop
#endif