old address notification
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 18 Jul 2011 07:59:54 +0000 (07:59 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 18 Jul 2011 07:59:54 +0000 (07:59 +0000)
src/transport/plugin_transport_http.c

index 93001beec2b7d48fcdcacbda11a1d52ba7688b57..1c578d3f627eec7bf4a71165377fa1336608db9c 100644 (file)
@@ -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.
  */