1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-13 07:33:47 +00:00

xxhash: remove xxh3 (does not compile)

we do not use that anyway.
This commit is contained in:
Thomas Waldmann 2020-03-07 16:49:23 +01:00
parent 96ff358887
commit 2d20fa4e45

View file

@ -1920,16 +1920,6 @@ XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonical_t* src
return XXH_readBE64(src); return XXH_readBE64(src);
} }
/* *********************************************************************
* XXH3
* New generation hash designed for speed on small keys and vectorization
************************************************************************ */
#include "xxh3.h"
#endif /* XXH_NO_LONG_LONG */ #endif /* XXH_NO_LONG_LONG */