check_gzip_header: Value stored to 'data' is never read

This commit is contained in:
Daniel Stenberg 2010-04-17 18:55:52 +02:00
parent dfad8a6dad
commit 99ec359b4d

View File

@ -255,7 +255,6 @@ static enum {
return GZIP_UNDERFLOW;
len -= 2;
data += 2;
}
*headerlen = totallen - len;