From 897684866dff96a223b4af3197025d02a0b0ff4f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 18 Jul 2011 07:59:54 +0000 Subject: [PATCH] old address notification --- src/transport/plugin_transport_http.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 93001beec..1c578d3f6 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -3154,23 +3154,6 @@ tcp_nat_port_map_callback (void *cls, } } -#if 0 -/** - * Notify transport service about address - * - * @param cls the plugin - * @param tc unused - */ -static void -address_notification (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) -{ - struct Plugin *plugin = cls; - - GNUNET_OS_network_interfaces_list (&process_interfaces, plugin); -} -#endif - /** * Exit point from the plugin. */ -- 2.25.1