From 9003ab643c4fe5a54090c86fd4b8305c80f1e9bb Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:45 +0100 Subject: kern/act.h: remove prototype without definition * kern/act.h (act_create_kernel): Remove prototype without definition. --- kern/act.h | 1 - 1 file changed, 1 deletion(-) (limited to 'kern/act.h') diff --git a/kern/act.h b/kern/act.h index e0647244..35f1324b 100644 --- a/kern/act.h +++ b/kern/act.h @@ -176,7 +176,6 @@ 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); -- cgit v1.2.3