summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/boot2
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
committerscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
commit3b185ba05b013889fb9a4f02e530c8b1d734ac7d (patch)
tree719336249a200cf5775895b7f48a80bbb7459fb3 /sys/boot/pc98/boot2
parentbbfe6568e2f0be5145349496b27f9de33b6e67b8 (diff)
downloadFreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.zip
FreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.tar.gz
Remove the last vestiges of the userconfig option. None of this actually
did anything, so this commit should be considered a NO-OP.
Diffstat (limited to 'sys/boot/pc98/boot2')
-rw-r--r--sys/boot/pc98/boot2/boot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c
index d572ed2..58c789d 100644
--- a/sys/boot/pc98/boot2/boot.c
+++ b/sys/boot/pc98/boot2/boot.c
@@ -408,8 +408,6 @@ nextarg:
f |= RB_ASKNAME;
if (c == 'C')
f |= RB_CDROM;
- if (c == 'c')
- f |= RB_CONFIG;
if (c == 'D')
f ^= RB_DUAL;
if (c == 'd')
OpenPOWER on IntegriCloud