sendf: useless assignment in cr_lc_read()

Spotted by CodeSonar

Closes #13437
This commit is contained in:
Daniel Stenberg 2024-04-21 17:29:18 +02:00
parent cf337d851a
commit 999bdfc47e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -965,7 +965,6 @@ static CURLcode cr_lc_read(struct Curl_easy *data,
ctx->eos = TRUE;
*pnread = nread;
*peos = ctx->eos;
result = CURLE_OK;
goto out;
}