]> granicus.if.org Git - curl/commitdiff
multi: remove "Dead assignment"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jan 2019 22:47:13 +0000 (23:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Jan 2019 07:10:17 +0000 (08:10 +0100)
Found by scan-build. Follow-up to 4c35574bb785ce.

Closes #3471

lib/multi.c

index 52c980e1557e304a76e1e669eb01037620c8c008..75ece15caa1d975f9295895bb4fb292679c9ebfa 100644 (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++) {