From 363ce5239bd63abd18643b1a7b4b0523683d36e7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 27 Sep 2011 14:09:26 +0000 Subject: [PATCH] unused var --- src/transport/plugin_transport_http_client.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index 5c4726fcb..68b9b50c1 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -169,7 +169,6 @@ static void client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct Plugin *plugin = cls; - static unsigned int handles_last_run; int running; CURLMcode mret; @@ -208,8 +207,6 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) notify_session_end (plugin, &s->target, s); } } - - handles_last_run = running; } while (mret == CURLM_CALL_MULTI_PERFORM); client_schedule (plugin); -- 2.25.1