From a025fb7713709b7176b99d7403e05c9d99c6b703 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:04:01 +0900 Subject: Obsolete launch_sibling function removed Signed-off-by: Martin Sustrik --- src/own.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/own.hpp') diff --git a/src/own.hpp b/src/own.hpp index 9f26bd3..d0afd62 100644 --- a/src/own.hpp +++ b/src/own.hpp @@ -70,10 +70,6 @@ namespace xs // Launch the supplied object and become its owner. void launch_child (own_t *object_); - // Launch the supplied object and make it your sibling (make your - // owner become its owner as well). - void launch_sibling (own_t *object_); - // Ask owner object to terminate this object. It may take a while // while actual termination is started. This function should not be // called more than once. -- cgit v1.2.3