Skip to content

Commit

Permalink
sanity checks use XXH3_MIDSIZE_MAX from xxhash.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed May 8, 2024
1 parent bd51be8 commit e9f1b96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/xsum_sanity_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e9f1b96

Please sign in to comment.