diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index c0437d549d0f..c2f7eb06a389 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_synch.c 8.9 (Berkeley) 5/19/95 - * $Id: kern_synch.c,v 1.51 1998/03/28 10:33:06 bde Exp $ + * $Id: kern_synch.c,v 1.52 1998/03/28 11:49:55 dufault Exp $ */ #include "opt_ktrace.h" @@ -104,9 +104,6 @@ static void maybe_resched(struct proc *chk) { struct proc *p = curproc; /* XXX */ - /* If the current scheduler is the idle scheduler or - * the priority is of the new one is higher then reschedule. - */ /* If the current scheduler is the idle scheduler or * the priority of the new one is higher then reschedule. */