c-ares: make InitC_ares_dns() private to serv_cares.c
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index fa151f6694707e9fbae3c8f9ca883ba957be8c04..826a191abb4baae3bfb6ebf436e147d3690ce32b 100644 (file)
@@ -852,14 +852,6 @@ eNextState pop3_get_one_host_ip_done(AsyncIO *IO)
 eNextState pop3_get_one_host_ip(AsyncIO *IO)
 {
        pop3aggr *cpptr = IO->Data;
-       /*
-        * here we start with the lookup of one host. it might be...
-        * - the relay host *sigh*
-        * - the direct hostname if there was no mx record
-        * - one of the mx'es
-        */
-
-       InitC_ares_dns(IO);
 
        syslog(LOG_DEBUG, "POP3: %s\n", __FUNCTION__);