]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove unreachable statement.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 16 Dec 2009 12:16:49 +0000 (07:16 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 16 Dec 2009 12:16:49 +0000 (07:16 -0500)
SVN-Revision: 1744

libarchive/archive_read_support_compression_xz.c

index cbe6720bdf06ddc7ecd67afa7e81af5e2649c0ff..1554d99b38d4f0d83dedec5972c7b119fc4d7fdf 100644 (file)
@@ -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