Remove unnecessary "TODO" in comment.
This commit is contained in:
parent
e0373d693d
commit
20cb6cb3aa
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ SDArchiverLinkedList *simple_archiver_parsed_to_filenames(
|
|||
free(filename);
|
||||
}
|
||||
} else if ((st.st_mode & S_IFMT) == S_IFDIR) {
|
||||
// Is a directory. TODO handle this.
|
||||
// Is a directory.
|
||||
__attribute__((cleanup(simple_archiver_list_free)))
|
||||
SDArchiverLinkedList *dir_list = simple_archiver_list_init();
|
||||
simple_archiver_list_add(dir_list, *iter, container_no_free_fn);
|
||||
|
|
Loading…
Reference in a new issue