From e25810a6991c1780699c1bd2448f4d2f45fdb3de Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Sat, 30 Jan 1999 19:36:02 +0000 Subject: [PATCH] Remove unused "kern.shutdown_timeout" sysctl node. --- sys/kern/init_main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 9cc2778b914..d3447f45acd 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.105 1999/01/29 08:36:44 dillon Exp $ + * $Id: init_main.c,v 1.106 1999/01/29 23:18:48 dillon Exp $ */ #include "opt_devfs.h" @@ -99,10 +99,6 @@ struct timeval boottime; SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, CTLFLAG_RD, &boottime, timeval, ""); -static int shutdowntimeout = 120; -SYSCTL_INT(_kern, OID_AUTO, shutdown_timeout, - CTLFLAG_RW, &shutdowntimeout, 0, ""); - /* * Promiscuous argument pass for start_init() *