Wed, 24 Sep 2025 23:51:04 +0200
remove unused old cx_kv_list_remove_key() prototype
src/cx/kv_list.h | file | annotate | diff | comparison | revisions |
--- 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