lib: minor comment corrections

This commit is contained in:
Daniel Stenberg 2023-08-24 10:02:23 +02:00
parent 5b060a4108
commit 2ff7cd75c7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 1 additions and 2 deletions

View file

@ -1623,7 +1623,6 @@ static CURLcode multi_do(struct Curl_easy *data, bool *done)
DEBUGASSERT(conn->handler);
if(conn->handler->do_it)
/* generic protocol-specific function pointer set in curl_connect() */
result = conn->handler->do_it(data, done);
return result;