mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:17:18 +03:00
mime: fix "Value stored to 'sz' is never read" scan-build error
This commit is contained in:
parent
cec0734b4c
commit
cd79b53191
1 changed files with 0 additions and 2 deletions
|
|
@ -719,8 +719,6 @@ static size_t readback_bytes(mime_state *state,
|
|||
{
|
||||
size_t sz;
|
||||
|
||||
sz = numbytes - state->offset;
|
||||
|
||||
if(numbytes > state->offset) {
|
||||
sz = numbytes - state->offset;
|
||||
bytes += state->offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue