From: Michihiro NAKAJIMA Date: Sun, 8 Nov 2009 19:15:11 +0000 (-0500) Subject: Value stored to 'l' is never read. X-Git-Tag: v2.8.0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b390462059048968607b883965340584008e0ee;p=thirdparty%2Flibarchive.git Value stored to 'l' is never read. Found by Clang Static Analyzer. SVN-Revision: 1599 --- diff --git a/libarchive/archive_read_support_compression_uu.c b/libarchive/archive_read_support_compression_uu.c index 47a32e0e6..24e3e8fb2 100644 --- a/libarchive/archive_read_support_compression_uu.c +++ b/libarchive/archive_read_support_compression_uu.c @@ -244,7 +244,6 @@ uudecode_bidder_bid(struct archive_read_filter_bidder *self, if (b == NULL) return (0); - l = 0; firstline = 20; ravail = avail; for (;;) {