From dd12320061e18236838b5836fc1de4b033f581ad Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 14 Sep 2023 08:55:22 +0200 Subject: put them into the attic now --- attic/int-hash.hpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 attic/int-hash.hpp (limited to 'attic/int-hash.hpp') 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 -- cgit v1.2.3