diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-10 04:01:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-10 04:01:37 +0000 |
commit | f447eda6fcf00aafc51bbbd9d19615d17ac4e311 (patch) | |
tree | b4048337fbccf63785b207ddc006319b4c5e216d /sys/dev/pci/if_em.h | |
parent | 5191f54f43c469434fb7bde3b589f3282d8b7e85 (diff) |
remove a bit of unused code.
Pointed out by Andrey Matveev <evol at online dot ptt dot ru> through noticing
a missing splx which pointed out the fact that code is unused to me.
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r-- | sys/dev/pci/if_em.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index 3c6a33f54a5..aae5b22d4f5 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.19 2005/11/18 18:13:29 brad Exp $ */ +/* $OpenBSD: if_em.h,v 1.20 2005/12/10 04:01:36 brad Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -389,7 +389,6 @@ struct em_softc { /* For 82544 PCI-X Workaround */ boolean_t pcix_82544; - boolean_t in_detach; struct em_hw_stats stats; }; |