From: Michihiro NAKAJIMA Date: Sun, 6 Dec 2009 16:21:28 +0000 (-0500) Subject: Remove unneeded initialization. X-Git-Tag: v2.8.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186fb2f6516afcf7732d9c2e292a32a6777e0d9e;p=thirdparty%2Flibarchive.git Remove unneeded initialization. SVN-Revision: 1709 --- diff --git a/libarchive/archive_read_support_format_xar.c b/libarchive/archive_read_support_format_xar.c index ecf116de0..31f732cea 100644 --- a/libarchive/archive_read_support_format_xar.c +++ b/libarchive/archive_read_support_format_xar.c @@ -834,7 +834,7 @@ xar_cleanup(struct archive_read *a) struct xar *xar; struct hdlink *hdlink; int i; - int r = ARCHIVE_OK; + int r; xar = (struct xar *)(a->format->data); r = decompression_cleanup(a);