From 24d8170fa18e3bad9ef2fa1e100e34e93a6c1126 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sat, 9 Nov 2013 05:29:01 +0100 Subject: Remove lint code --- kern/syscall_subr.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kern/syscall_subr.c') 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 && -- cgit v1.2.3