aboutsummaryrefslogtreecommitdiff
path: root/lib/content_encoding.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-04-17 18:55:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-17 18:55:52 +0200
commit99ec359b4d07bb3468aa617a2f13ad302ded0da3 (patch)
tree0529b8915f17908e63d903cbe9f820ba1a55d5c8 /lib/content_encoding.c
parentdfad8a6dad9f42516a3228d10c44806606fd1c79 (diff)
check_gzip_header: Value stored to 'data' is never read
Diffstat (limited to 'lib/content_encoding.c')
-rw-r--r--lib/content_encoding.c1
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;