]> granicus.if.org Git - curl/commitdiff
Removed non-used variable.
authorGuenter Knauf <lists@gknw.net>
Wed, 4 Jul 2012 20:14:18 +0000 (22:14 +0200)
committerGuenter Knauf <lists@gknw.net>
Wed, 4 Jul 2012 20:14:18 +0000 (22:14 +0200)
docs/examples/smtp-multi.c

index 828132073f22fabd523ded88f1d23d1e5355b7af..6462aff2d54b5c238930979b2290a5a5b1a6ba69 100644 (file)
@@ -96,7 +96,6 @@ int main(void)
    CURLM *mcurl;
    int still_running = 1;
    struct timeval mp_start;
-   char mp_timedout = 0;
    struct WriteThis pooh;
    struct curl_slist* rcpt_list = NULL;
 
@@ -132,7 +131,6 @@ int main(void)
    curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, 0L);
    curl_multi_add_handle(mcurl, curl);
 
-   mp_timedout = 0;
    mp_start = tvnow();
 
   /* we start some action by calling perform right away */