diff options
Diffstat (limited to 'kern/syscall_subr.c')
-rw-r--r-- | kern/syscall_subr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kern/syscall_subr.c b/kern/syscall_subr.c index ae2d7d73..1a0ab933 100644 --- a/kern/syscall_subr.c +++ b/kern/syscall_subr.c @@ -113,10 +113,6 @@ boolean_t swtch_pri(pri) register thread_t thread = current_thread(); register processor_t myprocessor; -#ifdef lint - pri++; -#endif /* lint */ - #if NCPUS > 1 myprocessor = current_processor(); if (myprocessor->runq.count == 0 && |