mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-12 23:29:07 +00:00
xxhash: remove xxh3 (does not compile)
we do not use that anyway.
This commit is contained in:
parent
96ff358887
commit
2d20fa4e45
1 changed files with 0 additions and 10 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue