mirror of
https://github.com/curl/curl.git
synced 2025-03-07 15:27:17 +08:00
transfer: remove warning: Value stored to 'blen' is never read
Detected by scan-build
Follow-up from 1cd2f0072f
Closes #12693
This commit is contained in:
parent
d7b6ce64ce
commit
adfffc39a3
@ -490,7 +490,6 @@ static CURLcode readwrite_data(struct Curl_easy *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
buf = data->state.buffer;
|
buf = data->state.buffer;
|
||||||
blen = 0;
|
|
||||||
bytestoread = data->set.buffer_size;
|
bytestoread = data->set.buffer_size;
|
||||||
|
|
||||||
/* Observe any imposed speed limit */
|
/* Observe any imposed speed limit */
|
||||||
|
Loading…
Reference in New Issue
Block a user