Index: uspace/lib/net/include/arp_interface.h
===================================================================
--- uspace/lib/net/include/arp_interface.h	(revision 368fb2caa51771015da6538caf5923514ed3ba38)
+++ uspace/lib/net/include/arp_interface.h	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -104,10 +104,8 @@
  *  @param service The ARP module service. Ignored parameter.
  *  @returns The ARP module phone on success.
- *  @returns 0 if called by the bundle module.
  */
 extern int arp_connect_module(services_t service);
 
 /** Returns the ARP task identifier.
- *  @returns The current task identifier if called by the bundle module.
  *  @returns 0 if called by the remote module.
  */
Index: uspace/lib/net/include/ip_interface.h
===================================================================
--- uspace/lib/net/include/ip_interface.h	(revision 368fb2caa51771015da6538caf5923514ed3ba38)
+++ uspace/lib/net/include/ip_interface.h	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -100,5 +100,4 @@
  *  @param service The IP module service. Ignored parameter.
  *  @returns The IP module phone on success.
- *  @returns 0 if called by the bundle module.
  */
 extern int ip_connect_module(services_t service);
Index: uspace/lib/net/include/net_interface.h
===================================================================
--- uspace/lib/net/include/net_interface.h	(revision 368fb2caa51771015da6538caf5923514ed3ba38)
+++ uspace/lib/net/include/net_interface.h	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -85,5 +85,4 @@
  *  @param service The networking module service. Ignored parameter.
  *  @returns The networking module phone on success.
- *  @returns 0 if called by the bundle module.
  */
 extern int net_connect_module(services_t service);
Index: uspace/lib/net/include/netif_interface.h
===================================================================
--- uspace/lib/net/include/netif_interface.h	(revision 368fb2caa51771015da6538caf5923514ed3ba38)
+++ uspace/lib/net/include/netif_interface.h	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -34,22 +34,4 @@
 #define __NET_NETIF_INTERFACE_H__
 
-#ifdef CONFIG_NETIF_NIL_BUNDLE
-
-#include <netif_local.h>
-#include <netif_nil_bundle.h>
-#include <packet/packet_server.h>
-
-#define netif_module_message    netif_nil_module_message
-#define netif_module_start      netif_nil_module_start
-#define netif_get_addr_req      netif_get_addr_req_local
-#define netif_probe_req         netif_probe_req_local
-#define netif_send_msg          netif_send_msg_local
-#define netif_start_req         netif_start_req_local
-#define netif_stop_req          netif_stop_req_local
-#define netif_stats_req         netif_stats_req_local
-#define netif_bind_service      netif_bind_service_local
-
-#else /* CONFIG_NETIF_NIL_BUNDLE */
-
 #include <netif_remote.h>
 #include <packet_client.h>
@@ -65,6 +47,4 @@
 #define netif_bind_service      netif_bind_service_remote
 
-#endif /* CONFIG_NETIF_NIL_BUNDLE */
-
 #endif
 
Index: uspace/lib/net/include/netif_local.h
===================================================================
--- uspace/lib/net/include/netif_local.h	(revision 368fb2caa51771015da6538caf5923514ed3ba38)
+++ uspace/lib/net/include/netif_local.h	(revision f99c1918142ef6c0e1fb4b2f4809a4d5a5a297ce)
@@ -34,5 +34,4 @@
  * Network interface module skeleton.
  * The skeleton has to be part of each network interface module.
- * The skeleton can be also part of the module bundled with the network interface layer.
  */
 
