mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Remove a stale comment.
This commit is contained in:
parent
a9f5d33875
commit
98281c99fc
1 changed files with 0 additions and 4 deletions
|
|
@ -76,10 +76,6 @@
|
|||
|
||||
SYSCTL_NODE(_debug, OID_AUTO, ktr, CTLFLAG_RD, 0, "KTR options");
|
||||
|
||||
/*
|
||||
* This variable is used only by gdb to work out what fields are in
|
||||
* ktr_entry.
|
||||
*/
|
||||
int ktr_cpumask = KTR_CPUMASK;
|
||||
TUNABLE_INT("debug.ktr.cpumask", &ktr_cpumask);
|
||||
SYSCTL_INT(_debug_ktr, OID_AUTO, cpumask, CTLFLAG_RW, &ktr_cpumask, 0, "");
|
||||
|
|
|
|||
Loading…
Reference in a new issue