GC fast_vfork; it's not actually referenced anywhere.

MFC after:	3 weeks
This commit is contained in:
silby 2002-01-09 04:51:21 +00:00
parent fe9fbb7b3c
commit c5438df911

View File

@ -73,10 +73,6 @@
static MALLOC_DEFINE(M_ATFORK, "atfork", "atfork callback");
static int fast_vfork = 1;
SYSCTL_INT(_kern, OID_AUTO, fast_vfork, CTLFLAG_RW, &fast_vfork, 0,
"flag to indicate whether we have a fast vfork()");
/*
* These are the stuctures used to create a callout list for things to do
* when forking a process