From 181c039d12aa2aa99920d14070e7b64c018e8be7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Feb 2017 14:31:38 +0100 Subject: get FS test with CADET to finally pass again --- src/fs/gnunet-service-fs_cadet_server.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/fs/gnunet-service-fs_cadet_server.c') diff --git a/src/fs/gnunet-service-fs_cadet_server.c b/src/fs/gnunet-service-fs_cadet_server.c index 0a72a8279..adbce1154 100644 --- a/src/fs/gnunet-service-fs_cadet_server.c +++ b/src/fs/gnunet-service-fs_cadet_server.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2012, 2013 GNUnet e.V. + Copyright (C) 2012, 2013, 2017 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -85,11 +85,6 @@ struct CadetClient */ struct GNUNET_CADET_Channel *channel; - /** - * Handle for active write operation, or NULL. - */ - struct GNUNET_CADET_TransmitHandle *wh; - /** * Head of write queue. */ @@ -439,8 +434,6 @@ disconnect_cb (void *cls, GNUNET_SCHEDULER_cancel (sc->terminate_task); if (NULL != sc->timeout_task) GNUNET_SCHEDULER_cancel (sc->timeout_task); - if (NULL != sc->wh) - GNUNET_CADET_notify_transmit_ready_cancel (sc->wh); if (NULL != sc->qe) GNUNET_DATASTORE_cancel (sc->qe); while (NULL != (wqi = sc->wqi_head)) @@ -458,7 +451,6 @@ disconnect_cb (void *cls, } - /** * Function called whenever an MQ-channel's transmission window size changes. * -- cgit v1.2.3