From 99ec359b4d07bb3468aa617a2f13ad302ded0da3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Apr 2010 18:55:52 +0200 Subject: check_gzip_header: 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 69aa7bcc6..a7511af7e 100644 --- a/lib/content_encoding.c +++ b/lib/content_encoding.c @@ -255,7 +255,6 @@ static enum { return GZIP_UNDERFLOW; len -= 2; - data += 2; } *headerlen = totallen - len; -- cgit v1.2.3