summaryrefslogtreecommitdiff
path: root/deimos/core/hash.h
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-04 22:05:06 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-04 22:05:06 +0200
commitf3ba19b162a89b2081c0598b4a0bf126146e3671 (patch)
treee6c82af3ad5c7ea5e11aa6381822bfc8e68dd5fd /deimos/core/hash.h
parent3320960992afe36f4b6306130c6327e084c381b2 (diff)
Add logging system
Diffstat (limited to 'deimos/core/hash.h')
-rw-r--r--deimos/core/hash.h2
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;