diff options
Diffstat (limited to 'sys/kern/kern_fork.c')
-rw-r--r-- | sys/kern/kern_fork.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 15b8be4..a0b8688 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -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 |