Deprecate the node removal API

This commit is contained in:
Nick Chambers 2022-11-17 01:24:47 -06:00
parent 29f6d08310
commit 7c920e1f1f
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ void ordinary_list_del(struct ordinary_list *list);
struct ordinary_node *ordinary_list_add(struct ordinary_list *list, void *val);
void standard_list_mov(struct standard_list *list, struct standard_node *node);
void ordinary_list_rem(struct ordinary_list *list, struct ordinary_node *node);
struct ordinary_node *ordinary_list_pop(struct ordinary_list *list);
struct ordinary_node *ordinary_list_at(struct ordinary_list *list, uint32_t idx);