diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-06-27 18:17:58 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-06-27 18:17:58 +0000 |
commit | 5c55eea4e8be8ee34143c60ab0e266100d7447b2 (patch) | |
tree | 358aac40cef43a3447fe1df8a5f2be13b1d160fa /sys/scsi | |
parent | 303d198ed102023efe3ef7a7309d8afc2b9e71a9 (diff) |
Zap unused member of cd_softc: sc_ops.
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/cd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/cd.h b/sys/scsi/cd.h index 27854877710..392bfc26f8c 100644 --- a/sys/scsi/cd.h +++ b/sys/scsi/cd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.h,v 1.6 2005/06/08 21:57:44 espie Exp $ */ +/* $OpenBSD: cd.h,v 1.7 2005/06/27 18:17:57 krw Exp $ */ /* $NetBSD: scsi_cd.h,v 1.6 1996/03/19 03:06:39 mycroft Exp $ */ /* @@ -236,7 +236,6 @@ struct cd_softc { #endif struct buf buf_queue; char name[16]; /* product name, for default disklabel */ - const struct cd_ops *sc_ops; /* our bus-dependent ops vector */ #if NRND > 0 rndsource_element_t rnd_source; |