aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/multi.c')
-rw-r--r--lib/multi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/multi.c b/lib/multi.c
index c87515969..caceaf589 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -537,12 +537,6 @@ static CURLcode multi_done(struct connectdata **connp,
/* Stop if multi_done() has already been called */
return CURLE_OK;
- if(data->mstate == CURLM_STATE_WAITRESOLVE) {
- /* done while still waiting for the resolve to complete */
- struct Curl_dns_entry *throw_away;
- (void)Curl_resolver_wait_resolv(conn, &throw_away);
- }
-
Curl_getoff_all_pipelines(data, conn);
/* Cleanup possible redirect junk */