From e9f1b96702b0c98b5aecad33a47e8dc705e6130a Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 7 May 2024 18:19:26 -0700 Subject: [PATCH] sanity checks use XXH3_MIDSIZE_MAX from xxhash.h --- cli/xsum_sanity_check.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cli/xsum_sanity_check.c b/cli/xsum_sanity_check.c index 4c777380..98014d59 100644 --- a/cli/xsum_sanity_check.c +++ b/cli/xsum_sanity_check.c @@ -452,10 +452,6 @@ static void XSUM_testXXH3(const void* data, const XSUM_testdata64_t* testData) } -#ifndef XXH3_MIDSIZE_MAX -# define XXH3_MIDSIZE_MAX 240 -#endif - static void XSUM_testXXH3_withSecret(const void* data, const void* secret, size_t secretSize, const XSUM_testdata64_t* testData) {