diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-12 14:04:34 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-12 14:04:34 -0500 |
| commit | 2939dc330c764f1402f92e1d81634a319192dff6 (patch) | |
| tree | c85a96e261ed42f8b65374289e2b43857b22a43e /src | |
| parent | 29d768609375a5c9e01750a4be691b7b1c9434b5 (diff) | |
dead code
Diffstat (limited to 'src')
| -rw-r--r-- | src/memory.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/memory.hpp b/src/memory.hpp index 4a44ba7..bf0972e 100644 --- a/src/memory.hpp +++ b/src/memory.hpp @@ -111,14 +111,6 @@ inline CT Buckets_NewHandle(PkeHandleItemIndex_T maxBucketItemCount, BucketConta return returnValue; } -static inline constexpr uint64_t Buckets_GetBucketIndex(uint64_t handle) { - return handle & 0x00000000FFFFFFFF; -} - -static inline constexpr uint64_t Buckets_GetItemIndex(uint64_t handle) { - return handle >> 32; -} - template <typename T, typename CT> static inline constexpr void Buckets_Destroy(BucketContainer<T, CT> &bktContainer) { if (bktContainer.buckets == nullptr || bktContainer.buckets == CAFE_BABE(T)) return; |
