Remove duplicate comment

This commit is contained in:
Peter Dufault 1998-03-28 18:16:29 +00:00
parent b9921401f1
commit 7c9f6f8f8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34931

View file

@ -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.
*/