multi_ev: remove unnecessary data check that confuses analysers

Closes #18804
This commit is contained in:
Stefan Eissing 2025-10-02 10:23:42 +02:00 committed by Daniel Stenberg
parent ea4ba6d9ef
commit dba87aea7d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -507,7 +507,7 @@ static CURLMcode mev_assess(struct Curl_multi *multi,
goto out;
}
}
else if(data)
else
Curl_multi_pollset(data, &ps, "ev assess");
last_ps = mev_get_last_pollset(data, conn);