From c67e80d3bb342bdac0a4d06c521f7d0bef5f0507 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Feb 2010 08:51:49 +0000 Subject: [PATCH] dead --- src/transport/gnunet-service-transport.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index f375887ed..239ba9ca6 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -161,7 +161,6 @@ struct ForeignAddressList * transport simply stalls writing to the stream but does not * formerly get a signal that the other peer died. */ - /* FIXME: Do we need this? */ struct GNUNET_TIME_Absolute timeout; /** @@ -369,15 +368,6 @@ struct ReadyList */ struct ForeignAddressList *addresses; - /** - * Is this plugin ready to transmit to the specific target? - * GNUNET_NO if not. Initially, all plugins are marked ready. If a - * transmission is in progress, "transmit_ready" is set to - * GNUNET_NO. - */ - // FIXME: is this dead? - int plugin_transmit_ready; - /** * Is the plugin represented by this entry currently connected to * the respective peer? -- 2.25.1