diff options
Diffstat (limited to 'kern/syscall_subr.c')
-rw-r--r-- | kern/syscall_subr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/syscall_subr.c b/kern/syscall_subr.c index 77ea822..ed153ad 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; |