From 4360c7b7b58bc364a8521687a727ec136d00c770 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:54:05 +0100 Subject: kern/syscall_subr.c: remove forward declaration * kern/syscall_subr.c (thread_depress_priority): Remove forward declaration. * kern/syscall_subr.h (thread_depress_priority): Add prototype. --- kern/syscall_subr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'kern/syscall_subr.c') diff --git a/kern/syscall_subr.c b/kern/syscall_subr.c index 77ea8223..ed153ad4 100644 --- a/kern/syscall_subr.c +++ b/kern/syscall_subr.c @@ -63,9 +63,6 @@ * returned, the thread should make one more check on the * lock and then be a good citizen and really suspend. */ - -void thread_depress_priority(thread_t, mach_msg_timeout_t); - void swtch_continue(void) { processor_t myprocessor; -- cgit v1.2.3