]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove dead code.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 16 Dec 2010 12:32:39 +0000 (07:32 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 16 Dec 2010 12:32:39 +0000 (07:32 -0500)
SVN-Revision: 2825

libarchive/archive_write_set_format_iso9660.c

index 46d2511fd4a5af6f1462151ee4c8807e2e1e4273..abdbd75c5577d95c319d173a2fb06612c5e4e8f3 100644 (file)
@@ -4679,7 +4679,6 @@ isofile_register_hardlink(struct archive_write *a, struct isofile *file)
        pathname = archive_entry_hardlink(file->entry);
        if (pathname == NULL) {
                /* This `file` is a hardlink target. */
-               pathname = archive_entry_pathname(file->entry);
                hl = malloc(sizeof(*hl));
                if (hl == NULL) {
                        archive_set_error(&a->archive, ENOMEM,