diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-17 18:55:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-17 18:55:52 +0200 |
commit | 99ec359b4d07bb3468aa617a2f13ad302ded0da3 (patch) | |
tree | 0529b8915f17908e63d903cbe9f820ba1a55d5c8 | |
parent | dfad8a6dad9f42516a3228d10c44806606fd1c79 (diff) |
check_gzip_header: Value stored to 'data' is never read
-rw-r--r-- | lib/content_encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |