From e5050ba5c45a7368349dc1c3f66fe4a912d7ef33 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 10 Jan 2017 05:17:54 +0100 Subject: [PATCH] ats-tests: fix compile --- src/ats-tests/ats-testing.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c index eb30daa6b..3d2fc2c98 100644 --- a/src/ats-tests/ats-testing.c +++ b/src/ats-tests/ats-testing.c @@ -90,7 +90,6 @@ do_shutdown (void *cls) { if (NULL != p->partners[c_op].cth) { - GNUNET_CORE_notify_transmit_ready_cancel (p->partners[c_op].cth); p->partners[c_op].cth = NULL; } if ( (NULL != p->core_connect_ops) && @@ -133,7 +132,6 @@ do_shutdown (void *cls) { if (NULL != p->partners[c_op].cth) { - GNUNET_CORE_notify_transmit_ready_cancel (p->partners[c_op].cth); p->partners[c_op].cth = NULL; } } @@ -316,7 +314,6 @@ comm_disconnect_cb (void *cls, GNUNET_i2s (peer)); if (NULL != p->cth) { - GNUNET_CORE_notify_transmit_ready_cancel (p->cth); p->cth = NULL; } } -- 2.25.1