From: Michihiro NAKAJIMA Date: Thu, 16 Dec 2010 12:32:39 +0000 (-0500) Subject: Remove dead code. X-Git-Tag: v3.0.0a~821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff975ddbb83dd4bcaed102b04fef1ac1a82a3513;p=thirdparty%2Flibarchive.git Remove dead code. SVN-Revision: 2825 --- diff --git a/libarchive/archive_write_set_format_iso9660.c b/libarchive/archive_write_set_format_iso9660.c index 46d2511fd..abdbd75c5 100644 --- a/libarchive/archive_write_set_format_iso9660.c +++ b/libarchive/archive_write_set_format_iso9660.c @@ -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,