mirror of
https://github.com/curl/curl.git
synced 2025-09-13 23:52:42 +03:00
transfer: remove useless assignment
in Curl_xfer_recv_resp Spotted by CodeSonar Closes #13435
This commit is contained in:
parent
727c946d82
commit
8a5fe04c7b
|
@ -198,7 +198,6 @@ static ssize_t Curl_xfer_recv_resp(struct Curl_easy *data,
|
||||||
if(*err)
|
if(*err)
|
||||||
return -1;
|
return -1;
|
||||||
DEBUGASSERT(nread >= 0);
|
DEBUGASSERT(nread >= 0);
|
||||||
*err = CURLE_OK;
|
|
||||||
return nread;
|
return nread;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user