mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
MFC r200995:
Remove an unused global.
This commit is contained in:
parent
950cde5085
commit
8aeffdc3b9
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ struct sx allproc_lock;
|
|||
struct sx proctree_lock;
|
||||
struct mtx ppeers_lock;
|
||||
uma_zone_t proc_zone;
|
||||
uma_zone_t ithread_zone;
|
||||
|
||||
int kstack_pages = KSTACK_PAGES;
|
||||
SYSCTL_INT(_kern, OID_AUTO, kstack_pages, CTLFLAG_RD, &kstack_pages, 0, "");
|
||||
|
|
|
|||
Loading…
Reference in a new issue