summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-07-11 09:28:36 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-07-11 09:28:36 +0000
commit91cf93d287ca8c2fe16502dea89bfc8a398382aa (patch)
treec3aa5ebbcce2b1df711d483da5b9c14303ee898d /sys/scsi/scsiconf.c
parent36827f7287f6cc3b44cd21f19a4d98ebee491513 (diff)
remove an if 0 chunk thats been with us forever, but never used and never
will be.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index fd237dcb4f5..474bc4bdaea 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.102 2006/05/13 18:31:34 krw Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.103 2006/07/11 09:28:35 dlg Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -56,21 +56,6 @@
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
-#if 0
-#if NCALS > 0
- { T_PROCESSOR, T_FIXED, 1,
- 0, 0, 0 },
-#endif /* NCALS */
-#if NBLL > 0
- { T_PROCESSOR, T_FIXED, 1,
- "AEG ", "READER ", "V1.0" },
-#endif /* NBLL */
-#if NKIL > 0
- { T_SCANNER, T_FIXED, 0,
- "KODAK ", "IL Scanner 900 ", 0 },
-#endif /* NKIL */
-#endif
-
/*
* Declarations
*/