]> git.seodisparate.com - SimpleArchiver/commitdiff
Minor fix: remove unnecessary comment
authorStephen Seo <seo.disparate@gmail.com>
Mon, 10 Feb 2025 06:09:02 +0000 (15:09 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 10 Feb 2025 06:09:02 +0000 (15:09 +0900)
src/archiver.c

index 05ec94efcee44405c1e133a0d5012ff30ccff4e7..6a8edc1bcb8b55954114eb9f103d51d550f7c620 100644 (file)
@@ -9806,7 +9806,6 @@ int simple_archiver_parse_archive_version_3(FILE *in_f,
       return SDAS_INTERNAL_ERROR;
     }
 
-    // TODO separate out string_parts stuff into a helper function(s).
     __attribute__((cleanup(simple_archiver_helper_string_parts_free)))
     SAHelperStringParts string_parts =
       simple_archiver_helper_string_parts_init();