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-14 23:47:49 +0100
commitd2087e557c9b582d36a8045e11dfda985de93007 (patch)
tree0c33f7b45d3f5cde8d01e1e83db1b02485d9c160
parentc54ee668dfec73885ca801dcc835d0bb569c46e9 (diff)
downloadcurl-bagder/dead-assignment.tar.gz
multi: remove "Dead assignment"bagder/dead-assignment
Found by scan-build. Follow-up to 4c35574bb785ce.
-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++) {