multi: remove a stale comment

It tricks humans and AIs alike.

Closes #21961
This commit is contained in:
Daniel Stenberg 2026-06-11 09:29:22 +02:00
parent 9d93d4abe1
commit 9cf6b70ad7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -2193,8 +2193,6 @@ static CURLMcode multistate_do(struct Curl_easy *data,
/* Perform the protocol's DO action */
result = multi_do(data, &dophase_done);
/* When multi_do() returns failure, data->conn might be NULL! */
if(!result) {
if(!dophase_done) {
#ifndef CURL_DISABLE_FTP