-dead function in header
authorChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2015 12:21:08 +0000 (12:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2015 12:21:08 +0000 (12:21 +0000)
src/transport/gnunet-service-transport_ats.h

index 75743606a90dd72ce27f21f3e925b155270893e4..e73e82913a6de55b08be04b7721271482d18d8d0 100644 (file)
@@ -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.