]> granicus.if.org Git - curl/commitdiff
gzip: Value stored to 'data' is never read
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Apr 2010 10:37:11 +0000 (12:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Apr 2010 10:37:11 +0000 (12:37 +0200)
lib/content_encoding.c

index a7511af7e9e20b78cb5d4a16b55234c0f13d2b32..a44aad7d09ff0f68a6aea6183f74d2479b8cef1f 100644 (file)
@@ -247,7 +247,6 @@ static enum {
 
     /* Skip over the NUL */
     --len;
-    ++data;
   }
 
   if(flags & HEAD_CRC) {