From: Daniel Stenberg <daniel@haxx.se> 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b40c11c2f3db2f4de4969ebabca45b42ad405cc;p=curl gzip: Value stored to 'data' is never read --- diff --git a/lib/content_encoding.c b/lib/content_encoding.c index a7511af7e..a44aad7d0 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) {