diff options
Diffstat (limited to 'deimos/core/hash.h')
-rw-r--r-- | deimos/core/hash.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deimos/core/hash.h b/deimos/core/hash.h index f0eeafd..3198541 100644 --- a/deimos/core/hash.h +++ b/deimos/core/hash.h @@ -43,8 +43,6 @@ constexpr uint64_t MurmurHash3_Fmix64(uint64_t k) constexpr uint128_t MurmurHash3_x64_128(const char* key, uint64_t len)
{
- if consteval { return { 12, 12 }; }
-
// NOLINTBEGIN
const uint64_t nblocks = len / 16;
|