summaryrefslogtreecommitdiff
path: root/pkmem-types.h
diff options
context:
space:
mode:
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 };