summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2010-06-04 06:52:59 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2010-06-04 06:52:59 +0000
commit9b415fb88ca217527928d4c0573ecfb9e3bd086c (patch)
tree7ddeaad54f86630618305048382c9ae9fd783f6f /sys/dev
parent2f26a15fe85a93502fda187db3aa3d3b3af985bb (diff)
gc unused variable
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/amivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/amivar.h b/sys/dev/ic/amivar.h
index 787f5b1b39f..11008927a6e 100644
--- a/sys/dev/ic/amivar.h
+++ b/sys/dev/ic/amivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amivar.h,v 1.54 2008/10/28 11:43:10 marco Exp $ */
+/* $OpenBSD: amivar.h,v 1.55 2010/06/04 06:52:58 dlg Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -149,7 +149,6 @@ struct ami_softc {
char sc_plist[AMI_BIG_MAX_PDRIVES];
struct ami_ccb *sc_mgmtccb;
- int sc_drained;
int sc_drainio;
u_int8_t sc_drvinscnt;
};