mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Remove now obsolete comment.
MFC After: 2 days
This commit is contained in:
parent
3f27281613
commit
de830d432c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue