unused var
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 27 Sep 2011 14:09:26 +0000 (14:09 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 27 Sep 2011 14:09:26 +0000 (14:09 +0000)
src/transport/plugin_transport_http_client.c

index 5c4726fcbc990437218ce09db8ecd3287e06cc8b..68b9b50c105388837ee8e2a91d6d925734710813 100644 (file)
@@ -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);