From 10e1bb2eda72513c18b5f091044f8a6451bae13d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Oct 2015 12:21:08 +0000 Subject: [PATCH] -dead function in header --- src/transport/gnunet-service-transport_ats.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h index 75743606a..e73e82913 100644 --- a/src/transport/gnunet-service-transport_ats.h +++ b/src/transport/gnunet-service-transport_ats.h @@ -135,21 +135,6 @@ GST_ats_new_session (const struct GNUNET_HELLO_Address *address, struct Session *session); -/** - * Notify ATS about property changes to an address's properties. - * FIXME: we probably want to split this one up for the different - * updatable properties. - * - * @param address the address - * @param session the session - * @param prop updated performance information - */ -void -GST_ats_update_metrics (const struct GNUNET_HELLO_Address *address, - struct Session *session, - const struct GNUNET_ATS_Properties *prop); - - /** * Notify ATS about utilization changes to an @a address. * Does nothing if the @a address is not known to us. -- 2.25.1