Remove now obsolete comment.

MFC After: 2 days
This commit is contained in:
Warner Losh 2015-08-28 20:06:58 +00:00
parent 3f27281613
commit de830d432c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287265

View File

@ -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