Remove now obsolete comment.

MFC After: 2 days
This commit is contained in:
imp 2015-08-28 20:06:58 +00:00
parent 48cf3d6ef2
commit ae67ea5282

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