diff options
-rw-r--r-- | lib/strlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/strlist.c b/lib/strlist.c index b8d394d..3de10dd 100644 --- a/lib/strlist.c +++ b/lib/strlist.c @@ -120,7 +120,6 @@ int strlist_cmp(StrList *a, StrList *b) { * @param mode Available modes: `STRLIST_DEFAULT` (alphabetic), `STRLIST_ASC` (ascending), `STRLIST_DSC` (descending) */ void strlist_sort(StrList *pStrList, unsigned int mode) { - // TODO: use strsort_array() instead instead of duplicating effort void *fn = NULL; if (pStrList == NULL) { |