summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-30 19:36:02 +0000
committermsmith <msmith@FreeBSD.org>1999-01-30 19:36:02 +0000
commit1637c076955b8a5740c6ced09c0453d599d73086 (patch)
treeff7079be3abceb01ab6ac97967c8646954e9ecee /sys/kern/init_main.c
parent5d544b264cbe63cd6cfbd2b86dc7bcb447e99c67 (diff)
downloadFreeBSD-src-1637c076955b8a5740c6ced09c0453d599d73086.zip
FreeBSD-src-1637c076955b8a5740c6ced09c0453d599d73086.tar.gz
Remove unused "kern.shutdown_timeout" sysctl node.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 9cc2778..d3447f4 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()
*
OpenPOWER on IntegriCloud