From b6168dde04102b3394b29b201599b6876387541b Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sun, 26 May 2019 02:21:51 +0200 Subject: [PATCH] archive_write_disk: remove some obsolete TODO comments --- libarchive/archive_write_disk_posix.c | 2 -- libarchive/archive_write_disk_windows.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/libarchive/archive_write_disk_posix.c b/libarchive/archive_write_disk_posix.c index 02745d178..89941c642 100644 --- a/libarchive/archive_write_disk_posix.c +++ b/libarchive/archive_write_disk_posix.c @@ -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. diff --git a/libarchive/archive_write_disk_windows.c b/libarchive/archive_write_disk_windows.c index 3d4d577f0..8b947304b 100644 --- a/libarchive/archive_write_disk_windows.c +++ b/libarchive/archive_write_disk_windows.c @@ -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) { -- 2.47.2