Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/adt/odict.c

    r88cc71c0 r37781819  
    204204        odict->getkey = getkey;
    205205        odict->cmp = cmp;
    206 }
    207 
    208 /** Finalize ordered dictionary.
    209  *
    210  * @param odict Ordered dictionary (must be empty)
    211  */
    212 void odict_finalize(odict_t *odict)
    213 {
    214         assert(odict->root == NULL);
    215206}
    216207
Note: See TracChangeset for help on using the changeset viewer.