summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2019-09-07 01:27:03 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2019-09-07 01:27:03 +0000
commiteacf43acf45c150555903670acb295d37cacbb91 (patch)
tree920e5d84ecd72a83950e1b7359fb0cbd0428d70a /sys/scsi
parent3d23fac6cafdc47300cbb2181d04fd84cd433662 (diff)
Nuke unused flag ST_BLOCK_SET.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/st.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index bd2d7d7ff41..d2160beaba5 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.146 2019/09/07 01:15:41 krw Exp $ */
+/* $OpenBSD: st.c,v 1.147 2019/09/07 01:27:02 krw Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
@@ -160,7 +160,6 @@ struct st_softc {
int flags;
#define ST_INFO_VALID 0x00000001
-#define ST_BLOCK_SET 0x00000002
#define ST_WRITTEN 0x00000004
#define ST_FIXEDBLOCKS 0x00000008
#define ST_AT_FILEMARK 0x00000010
@@ -1187,7 +1186,6 @@ stioctl(dev_t dev, u_long cmd, caddr_t arg, int flag, struct proc *p)
st->flags |= ST_FIXEDBLOCKS;
}
st->blksize = number;
- st->flags |= ST_BLOCK_SET; /*XXX */
goto try_new_value;
case MTSETDNSTY: /* Set density for device and mode */