remove unused old cx_kv_list_remove_key() prototype

Wed, 24 Sep 2025 23:51:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 24 Sep 2025 23:51:04 +0200
changeset 1392
30c20aac31b6
parent 1391
4ec83232975f
child 1393
461d256e32c6

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

mercurial