summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index c15e50a773c7..de39a9fa1f67 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.94 1998/06/07 17:11:32 dfr Exp $
+ * $Id: init_main.c,v 1.95 1998/07/15 05:21:48 bde Exp $
*/
#include "opt_devfs.h"
@@ -585,11 +585,6 @@ start_init(p)
(void)subyte(--ucp, 'C');
options = 1;
#endif
-
-#if defined(DEVFS) && defined(SLICE)
- (void)subyte(--ucp, 'd');
- options = 1;
-#endif
if (options == 0)
(void)subyte(--ucp, '-');
(void)subyte(--ucp, '-'); /* leading hyphen */