* kern/act.h (act_create_kernel): Remove prototype without definition.

---
 kern/act.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kern/act.h b/kern/act.h
index cddf6c7..9175211 100644
--- a/kern/act.h
+++ b/kern/act.h
@@ -174,9 +174,7 @@ void                act_init(void);
 /* Exported to task.c */
 kern_return_t  act_terminate_task_locked(struct Act *act);
 
 /* Exported to thread.c */
 /* extern Act  null_act; */
-kern_return_t  act_create_kernel(Act **out_act);
 
 /* Exported to machine-dependent activation code */
 void           act_execute_returnhandlers(void);
-- 
1.8.1.4


Reply via email to