From: Daniel Stenberg Date: Mon, 14 Jan 2019 22:47:13 +0000 (+0100) Subject: multi: remove "Dead assignment" X-Git-Tag: curl-7_64_0~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe71b2d92894f3ec050845db55065960e61ce2c1;p=curl multi: remove "Dead assignment" Found by scan-build. Follow-up to 4c35574bb785ce. Closes #3471 --- diff --git a/lib/multi.c b/lib/multi.c index 52c980e15..75ece15ca 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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++) {