src/cx/linked_list.h

changeset 503
a89857072ace
parent 500
eb9e7bd40a8e
child 508
8aea65ae1eaf
     1.1 --- a/src/cx/linked_list.h	Tue Feb 15 19:07:14 2022 +0100
     1.2 +++ b/src/cx/linked_list.h	Tue Feb 15 19:41:48 2022 +0100
     1.3 @@ -94,15 +94,6 @@
     1.4  ) __attribute__((__nonnull__));
     1.5  
     1.6  /**
     1.7 - * Deallocates the memory of the entire list.
     1.8 - *
     1.9 - * \attention If this is a pointer list, the memory the pointers are referring to is \em not freed.
    1.10 - *
    1.11 - * @param list the list
    1.12 - */
    1.13 -void cxLinkedListDestroy(CxList *list) __attribute__((__nonnull__));
    1.14 -
    1.15 -/**
    1.16   * Finds the node at a certain index.
    1.17   *
    1.18   * This function can be used to start at an arbitrary position within the list.

mercurial