From 9cf6b70ad7e90ded63d0e4c5da3af9c447e1ef43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Jun 2026 09:29:22 +0200 Subject: [PATCH] multi: remove a stale comment It tricks humans and AIs alike. Closes #21961 --- lib/multi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/multi.c b/lib/multi.c index aba2df3d56..80fc1d824c 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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