Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 20:06:58 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287265 - head/sys/kern
Message-ID:  <201508282006.t7SK6woV053951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Aug 28 20:06:58 2015
New Revision: 287265
URL: https://svnweb.freebsd.org/changeset/base/287265

Log:
  Remove now obsolete comment.
  
  MFC After: 2 days

Modified:
  head/sys/kern/init_main.c

Modified: head/sys/kern/init_main.c
==============================================================================
--- head/sys/kern/init_main.c	Fri Aug 28 19:53:19 2015	(r287264)
+++ head/sys/kern/init_main.c	Fri Aug 28 20:06:58 2015	(r287265)
@@ -117,7 +117,6 @@ int	bootverbose = BOOTVERBOSE;
 SYSCTL_INT(_debug, OID_AUTO, bootverbose, CTLFLAG_RW, &bootverbose, 0,
 	"Control the output of verbose kernel messages");
 
-/* Want to avoid defining INVARIANTS if not already defined */
 #ifdef INVARIANTS
 FEATURE(invariants, "Kernel compiled with INVARIANTS, may affect performance");
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508282006.t7SK6woV053951>