# HG changeset patch # User Mike Becker # Date 1758750664 -7200 # Node ID 30c20aac31b6e74f358a17de96d6bbc97d421196 # Parent 4ec83232975fe4dbcbf6cd1d180ba572a271e51e remove unused old cx_kv_list_remove_key() prototype diff -r 4ec83232975f -r 30c20aac31b6 src/cx/kv_list.h --- a/src/cx/kv_list.h Wed Sep 24 23:50:41 2025 +0200 +++ b/src/cx/kv_list.h Wed Sep 24 23:51:04 2025 +0200 @@ -182,10 +182,6 @@ cx_attr_nonnull cx_attr_export -int cx_kv_list_remove_key(CxList *list, size_t index, CxHashKey key); - -cx_attr_nonnull -cx_attr_export int cx_kv_list_insert(CxList *list, size_t index, CxHashKey key, void *value); // Generic Functions