aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-27 14:09:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-27 14:09:26 +0000
commit363ce5239bd63abd18643b1a7b4b0523683d36e7 (patch)
treea2466a73c5a40694af2b3060727e4b00742623a6 /src/transport
parent870da9ed169132733f2d0cba437ad538f71cf817 (diff)
downloadgnunet-363ce5239bd63abd18643b1a7b4b0523683d36e7.tar.gz
gnunet-363ce5239bd63abd18643b1a7b4b0523683d36e7.zip
unused var
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_http_client.c3
1 files changed, 0 insertions, 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
169client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 169client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
170{ 170{
171 struct Plugin *plugin = cls; 171 struct Plugin *plugin = cls;
172 static unsigned int handles_last_run;
173 int running; 172 int running;
174 CURLMcode mret; 173 CURLMcode mret;
175 174
@@ -208,8 +207,6 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
208 notify_session_end (plugin, &s->target, s); 207 notify_session_end (plugin, &s->target, s);
209 } 208 }
210 } 209 }
211
212 handles_last_run = running;
213 } 210 }
214 while (mret == CURLM_CALL_MULTI_PERFORM); 211 while (mret == CURLM_CALL_MULTI_PERFORM);
215 client_schedule (plugin); 212 client_schedule (plugin);