Index: abi/include/abi/ipc/methods.h
===================================================================
--- abi/include/abi/ipc/methods.h	(revision 24abb85d299db39cc03f429adc41bb1ed4f23e23)
+++ abi/include/abi/ipc/methods.h	(revision 30c27e95e487a311a88c5e35518a4cd018b0ed7f)
@@ -58,26 +58,4 @@
 	 */
 	IPC_M_PHONE_HUNGUP = 0,
-
-	/** Clone connection.
-	 *
-	 * The calling task clones one of its phones for the callee.
-	 *
-	 * - ARG1 - The caller sets ARG1 to the phone of the cloned connection.
-	 *        - The callee gets the new phone from ARG1.
-	 *
-	 * - on answer, the callee acknowledges the new connection by sending EOK back
-	 *   or the kernel closes it
-	 */
-	IPC_M_CONNECTION_CLONE,
-
-	/** Protocol for establishing a cloned connection.
-	 *
-	 * Through this call, the recipient learns about the new cloned connection.
-	 *
-	 * - ARG5 - the kernel sets ARG5 to contain the hash of the used phone
-	 * - on answer, the callee acknowledges the new connection by sending EOK back
-	 *   or the kernel closes it
-	 */
-	IPC_M_CLONE_ESTABLISH,
 
 	/** Protocol for initializing callback connections.
