summaryrefslogtreecommitdiff
path: root/pkmem-types.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2024-11-15 08:54:19 -0500
committerJonathan Bradley <jcb@pikum.xyz>2024-11-15 09:37:14 -0500
commit41ce960b60bbcf2c3d1a91828bd8ea7bc50a4f2d (patch)
treebdb958d078212ad678e21446b61066da175b1de7 /pkmem-types.h
parentbeb4e413fec775f4c5a2837644c51071e9fc86bf (diff)
pk.h.in: add module descriptions and impl options
Diffstat (limited to 'pkmem-types.h')
-rw-r--r--pkmem-types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkmem-types.h b/pkmem-types.h
index 7c6fe57..cf779d9 100644
--- a/pkmem-types.h
+++ b/pkmem-types.h
@@ -22,7 +22,6 @@ struct pk_handle {
enum PK_HANDLE_VALIDATION pk_handle_validate(const struct pk_handle handle, const struct pk_handle bucketHandle, const uint64_t maxItems);
-
#if defined(__cplusplus)
constexpr struct pk_handle pk_handle_MAX_constexpr = (struct pk_handle){ .bucketIndex = 0xFFFFFFFF, .itemIndex = 0xFFFFFFFF };