summaryrefslogtreecommitdiffhomepage
path: root/attic/int-hash.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-09-14 08:55:22 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-09-14 08:55:22 +0200
commitdd12320061e18236838b5836fc1de4b033f581ad (patch)
tree4939251bf558eb1532fc110a1eee8d197e62077c /attic/int-hash.hpp
parentd4b8d17cfa36ef78cd765a4da8c63a440b83cc47 (diff)
put them into the attic now
Diffstat (limited to 'attic/int-hash.hpp')
-rw-r--r--attic/int-hash.hpp8
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