Index: uspace/lib/net/il/arp_remote.c
===================================================================
--- uspace/lib/net/il/arp_remote.c	(revision faa35887198ac588c1c1739e0a771b16b8a24b8c)
+++ uspace/lib/net/il/arp_remote.c	(revision af7638e9253564e42501bc73eceaab48f672a909)
@@ -146,13 +146,4 @@
 }
 
-/** Returns the ARP task identifier.
- *
- * @returns		0 if called by the remote module.
- */
-task_id_t arp_task_get_id(void)
-{
-	return 0;
-}
-
 /** Translates the given protocol address to the network interface address.
  *
Index: uspace/lib/net/include/arp_interface.h
===================================================================
--- uspace/lib/net/include/arp_interface.h	(revision faa35887198ac588c1c1739e0a771b16b8a24b8c)
+++ uspace/lib/net/include/arp_interface.h	(revision af7638e9253564e42501bc73eceaab48f672a909)
@@ -56,5 +56,4 @@
 extern int arp_clean_cache_req(int);
 extern int arp_connect_module(services_t);
-extern task_id_t arp_task_get_id(void);
 
 /*@}*/
