From: Michihiro NAKAJIMA Date: Wed, 16 Dec 2009 12:16:49 +0000 (-0500) Subject: Remove unreachable statement. X-Git-Tag: v2.8.0~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=953a7f64f125450709c18f81276f28edd0de2760;p=thirdparty%2Flibarchive.git Remove unreachable statement. SVN-Revision: 1744 --- diff --git a/libarchive/archive_read_support_compression_xz.c b/libarchive/archive_read_support_compression_xz.c index cbe6720bd..1554d99b3 100644 --- a/libarchive/archive_read_support_compression_xz.c +++ b/libarchive/archive_read_support_compression_xz.c @@ -299,7 +299,6 @@ lzma_bidder_bid(struct archive_read_filter_bidder *self, * possible that someone makes lzma stream with * liblzma/LZMA SDK in one's dictionary size. */ return (0); - break; } /* TODO: The above test is still very weak. It would be