diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-06-28 09:11:22 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-06-28 09:11:22 +0000 |
commit | a315d252b85e1baec7c359b23ab4dcb169ea2b00 (patch) | |
tree | 92808b1d46a372c37defa305377a7a276c569bc3 | |
parent | 449a5242d535e6a55d98a78538e9feb2ae617e46 (diff) |
remove a lonely remnant from some debug code that snuck in.
-rw-r--r-- | sys/scsi/scsi_base.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 61255c95a47..490fc9a68da 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.175 2010/06/14 10:03:33 thib Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.176 2010/06/28 09:11:21 dlg Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -313,8 +313,6 @@ scsi_ioh_del(struct scsi_iohandler *ioh) * internal iopool runqueue handling. */ -u_int line; - struct scsi_iohandler * scsi_ioh_deq(struct scsi_iopool *iopl) { |