gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17059 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17059 - gnunet/src/transport
Date: Tue, 27 Sep 2011 16:09:26 +0200

Author: wachs
Date: 2011-09-27 16:09:26 +0200 (Tue, 27 Sep 2011)
New Revision: 17059

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
Log:
unused var


Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2011-09-27 14:03:08 UTC 
(rev 17058)
+++ gnunet/src/transport/plugin_transport_http_client.c 2011-09-27 14:09:26 UTC 
(rev 17059)
@@ -169,7 +169,6 @@
 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 @@
          notify_session_end (plugin, &s->target, s);
        }
     }
-
-    handles_last_run = running;
   }
   while (mret == CURLM_CALL_MULTI_PERFORM);
   client_schedule (plugin);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]