From: Christian Grothoff Date: Tue, 16 Feb 2010 08:51:49 +0000 (+0000) Subject: dead X-Git-Tag: initial-import-from-subversion-38251~22716 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c67e80d3bb342bdac0a4d06c521f7d0bef5f0507;p=oweals%2Fgnunet.git dead --- 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?