From: Daniel Stenberg Date: Sat, 24 Apr 2010 10:37:11 +0000 (+0200) Subject: gzip: Value stored to 'data' is never read X-Git-Tag: curl-7_21_0~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b40c11c2f3db2f4de4969ebabca45b42ad405cc;p=thirdparty%2Fcurl.git gzip: Value stored to 'data' is never read --- diff --git a/lib/content_encoding.c b/lib/content_encoding.c index a7511af7e9..a44aad7d09 100644 --- a/lib/content_encoding.c +++ b/lib/content_encoding.c @@ -247,7 +247,6 @@ static enum { /* Skip over the NUL */ --len; - ++data; } if(flags & HEAD_CRC) {