From 897cf5d1175fc4757cf71a7bd45d531c7f50dec3 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 4 Jul 2012 22:14:18 +0200 Subject: Removed non-used variable. --- docs/examples/smtp-multi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/examples/smtp-multi.c') diff --git a/docs/examples/smtp-multi.c b/docs/examples/smtp-multi.c index 828132073..6462aff2d 100644 --- a/docs/examples/smtp-multi.c +++ b/docs/examples/smtp-multi.c @@ -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 */ -- cgit v1.2.3