Index: uspace/lib/c/include/net/modules.h
===================================================================
--- uspace/lib/c/include/net/modules.h	(revision 1b59023d265904456c850e31b8b942f8cf34a860)
+++ uspace/lib/c/include/net/modules.h	(revision f87c900c7fef92da44a2955846d21ab799a9a150)
@@ -49,12 +49,4 @@
 #include <sys/time.h>
 
-/** Registers the module service at the name server.
- *
- * @param[in] me	The module service.
- * @param[out] phonehash The created phone hash.
- */
-#define REGISTER_ME(me, phonehash) \
-	ipc_connect_to_me(PHONE_NS, (me), 0, 0, (phonehash))
-
 /** Connect to the needed module function type definition.
  *
