diff options
author | 2006-07-11 09:28:35 +0000 | |
---|---|---|
committer | 2006-07-11 09:28:35 +0000 | |
commit | 4f70531173ebb28dc07be7f3cd3e615e905fa5c2 (patch) | |
tree | 759afba8893131ad25226f269ba68f6c9ea101cd | |
parent | a few formatting tweaks. this was mostly knf/ansi already. no binary change (diff) | |
download | wireguard-openbsd-4f70531173ebb28dc07be7f3cd3e615e905fa5c2.tar.xz wireguard-openbsd-4f70531173ebb28dc07be7f3cd3e615e905fa5c2.zip |
remove an if 0 chunk thats been with us forever, but never used and never
will be.
-rw-r--r-- | sys/scsi/scsiconf.c | 17 |
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 */ |