diff options
Diffstat (limited to 'lib/hostthre.c')
-rw-r--r-- | lib/hostthre.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hostthre.c b/lib/hostthre.c index ed653fed6..022d8b47b 100644 --- a/lib/hostthre.c +++ b/lib/hostthre.c @@ -536,8 +536,6 @@ CURLcode Curl_is_resolved(struct connectdata *conn, *entry = conn->async.dns; TRACE(("resolved okay, dns %p\n", *entry)); } - else - TRACE(("not yet\n")); return CURLE_OK; } |