From 41ce960b60bbcf2c3d1a91828bd8ea7bc50a4f2d Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 15 Nov 2024 08:54:19 -0500 Subject: pk.h.in: add module descriptions and impl options --- pkmem-types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pkmem-types.h') 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 }; -- cgit v1.2.3