diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-27 02:15:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-27 02:15:42 +0000 |
commit | 6e9b3efaa624aa3c9e328255dabd16430cf3b6bb (patch) | |
tree | 3b358b6ef7efe4877e8ef76a564776721022f71b /sys/dev | |
parent | 73779576bab03205ef2b8765e1340bb49912d178 (diff) |
remove unused var decl
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2o/iopsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/iopsp.c b/sys/dev/i2o/iopsp.c index dbe67325851..a6cae9bbdf1 100644 --- a/sys/dev/i2o/iopsp.c +++ b/sys/dev/i2o/iopsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iopsp.c,v 1.2 2001/06/27 02:06:37 mickey Exp $ */ +/* $OpenBSD: iopsp.c,v 1.3 2001/06/27 02:15:41 niklas Exp $ */ /* $NetBSD$ */ /*- @@ -425,7 +425,7 @@ iopsp_scsi_cmd(xs) struct iop_softc *iop = (struct iop_softc *)sc->sc_dv.dv_parent; struct iop_msg *im; struct i2o_scsi_scb_exec *mf; - int error, flags, tid, s; + int error, tid, s; u_int32_t mb[IOP_MAX_MSG_SIZE / sizeof(u_int32_t)]; tid = IOPSP_TIDMAP(sc->sc_tidmap, link->target, link->lun); |