diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-08 17:43:27 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-08 17:43:27 +0000 |
commit | a53702308b85f0b71392bc609673d8fbf0c40d4f (patch) | |
tree | a0c7508bdf3b31b4d260f3757c4ece061842b5f6 | |
parent | e84b599324a9421e5c366c8e81b3d968cc182484 (diff) |
remove unused variables from ath_pci_softc
-rw-r--r-- | sys/dev/pci/if_ath_pci.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_ath_pci.c b/sys/dev/pci/if_ath_pci.c index dee2ee2a19a..a717bdb8299 100644 --- a/sys/dev/pci/if_ath_pci.c +++ b/sys/dev/pci/if_ath_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_pci.c,v 1.8 2005/09/08 17:23:21 reyk Exp $ */ +/* $OpenBSD: if_ath_pci.c,v 1.9 2005/09/08 17:43:26 reyk Exp $ */ /* $NetBSD: if_ath_pci.c,v 1.7 2004/06/30 05:58:17 mycroft Exp $ */ /*- @@ -83,9 +83,6 @@ struct ath_pci_softc { struct ath_softc sc_sc; pci_chipset_tag_t sc_pc; void *sc_ih; /* interrupt handler */ - u_int8_t sc_saved_intline; - u_int8_t sc_saved_cachelinesz; - u_int8_t sc_saved_lattimer; }; /* Base Address Register */ |