summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:45:10 +0900
commit55d31d595952e67e16f81f7ef60eda96fe577da4 (patch)
tree574cdb9ef4081ea88bb9e30ad3adea146badcef1 /kern/thread.c
parent4c427f351acb585bf06f63218cb8ced221d889e0 (diff)
kern/thread.c: remove forward declaration
* i386/i386/pcb.h (pcb_module_init): Add prototype. * kern/thread.c (pcb_module_init): Remove forward declaration.
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 72324120..1414078a 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;