diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-28 22:15:45 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-28 22:15:45 +0000 |
commit | aed8bfea960bf5e2e6c9941abc697991c72e5120 (patch) | |
tree | 2165cfd1595836cac814713c41076f9b56224f9a /sys | |
parent | 94010cad00060918e872cf96b4feed6bf9bf34c3 (diff) |
Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46.
From Brad.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_stgereg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_stgereg.h b/sys/dev/pci/if_stgereg.h index 777e696576e..98f392409f1 100644 --- a/sys/dev/pci/if_stgereg.h +++ b/sys/dev/pci/if_stgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_stgereg.h,v 1.9 2008/06/26 05:42:17 ray Exp $ */ +/* $OpenBSD: if_stgereg.h,v 1.10 2009/07/28 22:15:44 sthen Exp $ */ /* $NetBSD: if_stgereg.h,v 1.3 2003/02/10 21:10:07 christos Exp $ */ /*- @@ -531,7 +531,6 @@ struct stge_softc { struct arpcom sc_arpcom; /* ethernet common data */ void *sc_sdhook; /* shutdown hook */ int sc_rev; /* silicon revision */ - int stge_if_flags; void *sc_ih; /* interrupt cookie */ struct mii_data sc_mii; /* MII/media information */ |