Remove an unused global.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2009-12-25 20:03:03 +00:00
parent cd3135e9ec
commit 095809b084
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200995

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