summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2010-06-28 09:11:22 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2010-06-28 09:11:22 +0000
commita315d252b85e1baec7c359b23ab4dcb169ea2b00 (patch)
tree92808b1d46a372c37defa305377a7a276c569bc3
parent449a5242d535e6a55d98a78538e9feb2ae617e46 (diff)
remove a lonely remnant from some debug code that snuck in.
-rw-r--r--sys/scsi/scsi_base.c4
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)
{