Remove unused "kern.shutdown_timeout" sysctl node.

This commit is contained in:
Mike Smith 1999-01-30 19:36:02 +00:00
parent 5c40906f11
commit e25810a699
1 changed files with 1 additions and 5 deletions

View File

@ -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()
*