summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kern/act.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/act.h b/kern/act.h
index e064724..35f1324 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);