MFC r200995:

Remove an unused global.
This commit is contained in:
Bjoern A. Zeeb 2009-12-28 14:44:22 +00:00
parent 950cde5085
commit 8aeffdc3b9

View file

@ -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, "");