diff options
Diffstat (limited to 'src/include/utils/pg_crc_tables.h')
-rw-r--r-- | src/include/utils/pg_crc_tables.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/pg_crc_tables.h b/src/include/utils/pg_crc_tables.h index 524410fffdf..43052aa8987 100644 --- a/src/include/utils/pg_crc_tables.h +++ b/src/include/utils/pg_crc_tables.h @@ -511,7 +511,6 @@ const uint64 pg_crc64_table[256] = { UINT64CONST(0xD80C07CD676F8394), UINT64CONST(0x9AFCE626CE85B507) }; #endif /* SIZEOF_VOID_P < 8 */ - #endif /* PROVIDE_64BIT_CRC */ #endif /* PG_CRC_TABLES_H */ |