From 50ae907118d772cfe210f9e92ab294ff25340b9b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 10 Feb 2025 15:09:02 +0900 Subject: [PATCH] Minor fix: remove unnecessary comment --- src/archiver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/archiver.c b/src/archiver.c index 05ec94e..6a8edc1 100644 --- a/src/archiver.c +++ b/src/archiver.c @@ -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(); -- 2.49.0