diff -r 33e7b6ebf403 -r a89857072ace src/cx/linked_list.h --- a/src/cx/linked_list.h Tue Feb 15 19:07:14 2022 +0100 +++ b/src/cx/linked_list.h Tue Feb 15 19:41:48 2022 +0100 @@ -94,15 +94,6 @@ ) __attribute__((__nonnull__)); /** - * Deallocates the memory of the entire list. - * - * \attention If this is a pointer list, the memory the pointers are referring to is \em not freed. - * - * @param list the list - */ -void cxLinkedListDestroy(CxList *list) __attribute__((__nonnull__)); - -/** * Finds the node at a certain index. * * This function can be used to start at an arbitrary position within the list.