From: Michihiro NAKAJIMA Date: Sat, 4 Oct 2014 15:06:33 +0000 (+0900) Subject: Remove unneeded code. X-Git-Tag: v3.1.900a~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e352977de046ba4f139f1e4c29868c8c0ca0a526;p=thirdparty%2Flibarchive.git Remove unneeded code. --- diff --git a/libarchive/archive_read_support_format_lha.c b/libarchive/archive_read_support_format_lha.c index 223ef02f6..953a16c92 100644 --- a/libarchive/archive_read_support_format_lha.c +++ b/libarchive/archive_read_support_format_lha.c @@ -1777,7 +1777,6 @@ lzh_decode_init(struct lzh_stream *strm, const char *method) return (ARCHIVE_FAILED);/* Not supported. */ } ds->error = ARCHIVE_FATAL; - w_size = ds->w_size; /* Expand a window size up to 128 KiB for decompressing process * performance whatever its original window size is. */ ds->w_size = 1U << 17;