mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
gzip: Value stored to 'data' is never read
This commit is contained in:
parent
9d6a394c44
commit
5b40c11c2f
@ -247,7 +247,6 @@ static enum {
|
||||
|
||||
/* Skip over the NUL */
|
||||
--len;
|
||||
++data;
|
||||
}
|
||||
|
||||
if(flags & HEAD_CRC) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user