summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-20 07:52:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-20 07:52:37 +0000
commitf9586043a3f01b73eb7fab31e7cad2119222cfee (patch)
treeea6fe6b075cc010cf3581b5e44f6c3605eef626e /sys
parentaa1a1596ea4c06ec83e08f25d3f106c15dd994c5 (diff)
delete old #ifdef INSTALL chunk
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/autoconf.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c
index a4421ea1467..9925d7a6d87 100644
--- a/sys/arch/i386/i386/autoconf.c
+++ b/sys/arch/i386/i386/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.59 2006/05/11 13:21:11 mickey Exp $ */
+/* $OpenBSD: autoconf.c,v 1.60 2006/05/20 07:52:36 deraadt Exp $ */
/* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */
/*-
@@ -347,14 +347,6 @@ rootconf()
int unit, part = 0;
char *num;
-#ifdef INSTALL
- if (B_TYPE(bootdev) == 2) {
- printf("\n\nInsert file system floppy...\n");
- if (!(boothowto & RB_ASKNAME))
- cngetc();
- }
-#endif
-
if (boothowto & RB_ASKNAME) {
char name[128];
retry: