summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
Diffstat (limited to 'kern')
-rw-r--r--kern/thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 7232412..1414078 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -74,8 +74,6 @@ struct kmem_cache thread_cache;
queue_head_t reaper_queue;
decl_simple_lock_data(, reaper_lock)
-extern void pcb_module_init(void);
-
/* private */
struct thread thread_template;