mirror of
https://github.com/curl/curl.git
synced 2026-08-11 11:21:54 +03:00
multi: remove "Dead assignment"
Found by scan-build. Follow-up to 4c35574bb7.
Closes #3471
This commit is contained in:
parent
ea77fec16f
commit
fe71b2d928
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue