From c5438df911e5179a4be306274f29768e82e5a7d6 Mon Sep 17 00:00:00 2001 From: silby Date: Wed, 9 Jan 2002 04:51:21 +0000 Subject: [PATCH] GC fast_vfork; it's not actually referenced anywhere. MFC after: 3 weeks --- sys/kern/kern_fork.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 15b8be4c8582..a0b86889141c 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