1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

multi: remove "Dead assignment"

Found by scan-build. Follow-up to 4c35574bb7.

Closes #3471
This commit is contained in:
Daniel Stenberg 2019-01-14 23:47:13 +01:00
parent ea77fec16f
commit fe71b2d928
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -2386,8 +2386,6 @@ static CURLMcode singlesocket(struct Curl_multi *multi,
action |= CURL_POLL_OUT;
actions[i] = action;
comboaction = action;
if(entry) {
/* check if new for this transfer */
for(i = 0; i< data->numsocks; i++) {