From 5b40c11c2f3db2f4de4969ebabca45b42ad405cc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 24 Apr 2010 12:37:11 +0200 Subject: [PATCH] gzip: Value stored to 'data' is never read --- lib/content_encoding.c | 1 - 1 file changed, 1 deletion(-) 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) {