From: Tim Kientzle Date: Sun, 11 Sep 2016 21:13:52 +0000 (-0700) Subject: Remove dead comments X-Git-Tag: v3.2.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b910b3164520c0afb7d3adf6f6b713358a1c4e9e;p=thirdparty%2Flibarchive.git Remove dead comments --- diff --git a/libarchive/archive_write_disk_posix.c b/libarchive/archive_write_disk_posix.c index abe1a86d2..3a8eaf602 100644 --- a/libarchive/archive_write_disk_posix.c +++ b/libarchive/archive_write_disk_posix.c @@ -2378,11 +2378,6 @@ current_fixup(struct archive_write_disk *a, const char *pathname) return (a->current_fixup); } -/* TODO: Make this work. */ -/* - * TODO: The deep-directory support bypasses this; disable deep directory - * support if we're doing symlink checks. - */ /* * TODO: Someday, integrate this with the deep dir support; they both * scan the path and both can be optimized by comparing against other @@ -2399,7 +2394,6 @@ check_symlinks_fsobj(char *path, int *error_number, struct archive_string *error { #if !defined(HAVE_LSTAT) /* Platform doesn't have lstat, so we can't look for symlinks. */ - (void)a; /* UNUSED */ (void)path; /* UNUSED */ (void)error_number; /* UNUSED */ (void)error_string; /* UNUSED */