summaryrefslogtreecommitdiff
path: root/sys/scsi/cd.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2005-04-16 16:54:35 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2005-04-16 16:54:35 +0000
commitf489e4819d68a8ab93f39ca39b808f382bae5778 (patch)
tree4658b45a6c92a915ffb8af2dd7fed40dc3e7e1d8 /sys/scsi/cd.h
parentc4f8808ffca04a117da5ad867a1d2e2c33ea97f1 (diff)
Nuke another unused structure.
Diffstat (limited to 'sys/scsi/cd.h')
-rw-r--r--sys/scsi/cd.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/scsi/cd.h b/sys/scsi/cd.h
index 6260ab7cd64..17df8c5881d 100644
--- a/sys/scsi/cd.h
+++ b/sys/scsi/cd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd.h,v 1.1 1999/07/20 06:21:59 csapuntz Exp $ */
+/* $OpenBSD: cd.h,v 1.2 2005/04/16 16:54:34 krw Exp $ */
/* $NetBSD: scsi_cd.h,v 1.6 1996/03/19 03:06:39 mycroft Exp $ */
/*
@@ -30,14 +30,6 @@
* SCSI command format
*/
-struct scsi_read_capacity_cd {
- u_int8_t opcode;
- u_int8_t byte2;
- u_int8_t addr[4];
- u_int8_t unused[3];
- u_int8_t control;
-};
-
struct scsi_pause {
u_int8_t opcode;
u_int8_t byte2;