summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2010-06-28 09:11:21 +0000
committerdlg <dlg@openbsd.org>2010-06-28 09:11:21 +0000
commitb421074e3f3d444150145998b8ce6fb3308fc5cb (patch)
tree591de2003dbe47fdee35fffcc413e33f41b30ee7
parentMove disk_attach() to the end of the attach functions, at which point the (diff)
downloadwireguard-openbsd-b421074e3f3d444150145998b8ce6fb3308fc5cb.tar.xz
wireguard-openbsd-b421074e3f3d444150145998b8ce6fb3308fc5cb.zip
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)
{