diff options
author | 2005-07-20 03:05:32 +0000 | |
---|---|---|
committer | 2005-07-20 03:05:32 +0000 | |
commit | 7c38ef976b780bfcf9642117196d8898ce8f0186 (patch) | |
tree | 5d8cc2c33cb35d9872d16006e5c03b23b1fbd532 | |
parent | Skip processor devices when running PPR as per XXX. Ran into a box where the (diff) | |
download | wireguard-openbsd-7c38ef976b780bfcf9642117196d8898ce8f0186.tar.xz wireguard-openbsd-7c38ef976b780bfcf9642117196d8898ce8f0186.zip |
Delete dead code.
-rw-r--r-- | sys/dev/ic/mpt_openbsd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/mpt_openbsd.c b/sys/dev/ic/mpt_openbsd.c index e23493f1f38..85a0300d240 100644 --- a/sys/dev/ic/mpt_openbsd.c +++ b/sys/dev/ic/mpt_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.c,v 1.21 2005/07/20 02:48:39 marco Exp $ */ +/* $OpenBSD: mpt_openbsd.c,v 1.22 2005/07/20 03:05:32 marco Exp $ */ /* $NetBSD: mpt_netbsd.c,v 1.7 2003/07/14 15:47:11 lukem Exp $ */ /* @@ -1023,9 +1023,6 @@ mpt_run_xfer(mpt_softc_t *mpt, struct scsi_xfer *xs) if (req == NULL) { /* This should happen very infrequently. */ xs->error = XS_DRIVER_STUFFUP; - /* - xs->error = XS_RESOURCE_SHORTAGE; - */ xs->flags |= ITSDONE; scsi_done(xs); splx(s); |