diff options
Diffstat (limited to 'attic/int-hash.hpp')
-rw-r--r-- | attic/int-hash.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/attic/int-hash.hpp b/attic/int-hash.hpp deleted file mode 100644 index 2266bb4d..00000000 --- a/attic/int-hash.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -namespace floormat { - -size_t int_hash(uint32_t x) noexcept; -size_t int_hash(uint64_t x) noexcept; - -} // namespace floormat |