]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove a stray comment.
authorTim Kientzle <kientzle@gmail.com>
Mon, 22 Feb 2010 01:19:14 +0000 (20:19 -0500)
committerTim Kientzle <kientzle@gmail.com>
Mon, 22 Feb 2010 01:19:14 +0000 (20:19 -0500)
SVN-Revision: 1951

libarchive/archive_read_open_filename.c

index 1a394039e86a9e088fc96b3e987bf7d6fdf8b54b..a726fed79b12c4b3067cf73e4c5cab57099abcfa 100644 (file)
@@ -207,8 +207,6 @@ archive_read_open_filename(struct archive *a, const char *filename,
        mine->fd = fd;
        /* Remember mode so close can decide whether to flush. */
        mine->st_mode = st.st_mode;
-       /* If we're reading a file from disk, ensure that we don't
-          overwrite it with an extracted file. */
 
        /* Disk-like inputs can use lseek(). */
        if (is_disk_like)