svn commit: r287265 - head/sys/kern

Warner Losh imp at FreeBSD.org
Fri Aug 28 20:06:59 UTC 2015


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


More information about the svn-src-all mailing list