]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
archive_write_disk: remove some obsolete TODO comments
authorMartin Matuska <martin@matuska.org>
Sun, 26 May 2019 00:21:51 +0000 (02:21 +0200)
committerMartin Matuska <martin@matuska.org>
Sun, 26 May 2019 06:18:57 +0000 (08:18 +0200)
libarchive/archive_write_disk_posix.c
libarchive/archive_write_disk_windows.c

index 02745d1782d8e8f8a3f0636253387f56ad8b8080..89941c6420207e53b4cdadf085a49c5bbe320cf5 100644 (file)
@@ -2592,8 +2592,6 @@ fsobj_error(int *a_eno, struct archive_string *a_estr,
  * scan the path and both can be optimized by comparing against other
  * recent paths.
  */
-/* TODO: Extend this to support symlinks on Windows Vista and later. */
-
 /*
  * Checks the given path to see if any elements along it are symlinks.  Returns
  * ARCHIVE_OK if there are none, otherwise puts an error in errmsg.
index 3d4d577f081f2b6513534a8d07e7bc190e24f627..8b947304bd61a1a37b49f64a944436f05173c8e4 100644 (file)
@@ -1948,7 +1948,6 @@ current_fixup(struct archive_write_disk *a, const wchar_t *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.
@@ -1958,7 +1957,6 @@ current_fixup(struct archive_write_disk *a, const wchar_t *pathname)
  * scan the path and both can be optimized by comparing against other
  * recent paths.
  */
-/* TODO: Extend this to support symlinks on Windows Vista and later. */
 static int
 check_symlinks(struct archive_write_disk *a)
 {