check_gzip_header: Value stored to 'data' is never read
This commit is contained in:
parent
dfad8a6dad
commit
99ec359b4d
@ -255,7 +255,6 @@ static enum {
|
||||
return GZIP_UNDERFLOW;
|
||||
|
||||
len -= 2;
|
||||
data += 2;
|
||||
}
|
||||
|
||||
*headerlen = totallen - len;
|
||||
|
Loading…
Reference in New Issue
Block a user