mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
multi: remove "Dead assignment"
Found by scan-build. Follow-up to 4c35574bb7
.
Closes #3471
This commit is contained in:
parent
ea77fec16f
commit
fe71b2d928
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user