]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove dead comments
authorTim Kientzle <kientzle@acm.org>
Sun, 11 Sep 2016 21:13:52 +0000 (14:13 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 11 Sep 2016 21:13:52 +0000 (14:13 -0700)
libarchive/archive_write_disk_posix.c

index abe1a86d2885cabc99354d3ddf7c105873b94301..3a8eaf602e272e66f5bfb8735cf2e554b04ad067 100644 (file)
@@ -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 */