diff options
Diffstat (limited to 'hurd/process.defs')
-rw-r--r-- | hurd/process.defs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 3c6ec7e1..b07b1fb1 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -347,10 +347,6 @@ routine proc_remove_collection ( process: process_t; proccoll: proccoll_t); -/* Remove the process from all process collections. */ -routine proc_remove_all_collections ( - process: process_t); - /* Return all the process collections of which we are a member. */ routine proc_get_collections ( process: process_t; |