summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-01-14 23:47:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-01-15 08:10:17 +0100
commitfe71b2d92894f3ec050845db55065960e61ce2c1 (patch)
treedf68b8008858ad36d4b0fadb259be2a9e5e9167a
parentea77fec16f701c0b50f3bd6eb75b85db8fc80e1d (diff)
downloadcurl-fe71b2d92894f3ec050845db55065960e61ce2c1.tar.gz
multi: remove "Dead assignment"
Found by scan-build. Follow-up to 4c35574bb785ce. Closes #3471
-rw-r--r--lib/multi.c2
1 files changed, 0 insertions, 2 deletions
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++) {