commit e5050ba5c45a7368349dc1c3f66fe4a912d7ef33
parent aae0e990d75448c3260ed74427a6a1e1658f8f0a
Author: Daniel Golle <daniel@makrotopia.org>
Date: Tue, 10 Jan 2017 05:17:54 +0100
ats-tests: fix compile
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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;
}
}