aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-09-14 19:56:42 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-09-14 19:56:42 +0000
commitd024c955995756f65099bc2a8cc67d5366591e28 (patch)
tree481b5cac57a2a1d23d188ccb6d2e2922e4d27477 /sys/kern/init_main.c
parent355150a48914ca6f70a2831a61ad8523048bbcad (diff)
downloadsrc-d024c955995756f65099bc2a8cc67d5366591e28.tar.gz
src-d024c955995756f65099bc2a8cc67d5366591e28.zip
Remove the SLICE code.
This clearly needs alot more thought, and we dont need this to hunt us down in 3.0-RELEASE.
Notes
Notes: svn path=/head/; revision=39187
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 */