]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Value stored to 'l' is never read.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 8 Nov 2009 19:15:11 +0000 (14:15 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 8 Nov 2009 19:15:11 +0000 (14:15 -0500)
Found by Clang Static Analyzer.

SVN-Revision: 1599

libarchive/archive_read_support_compression_uu.c

index 47a32e0e6dcc4c8d754281d24a26566224482517..24e3e8fb22dc20e6c3f46b6cab3b71223574406d 100644 (file)
@@ -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 (;;) {