diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 12:36:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 12:36:30 +0000 |
commit | 909bf61595124d8a4c3c3275bb4f0b92dbb481d0 (patch) | |
tree | 949964696e76c490da4f44b1c820594e0a0bf3bf /sys/dev/pcmcia | |
parent | 8014fc95c4c6b5e2e13f91edc71c5c4464f9693b (diff) |
unused var
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_ep_pcmcia.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ep_pcmcia.c b/sys/dev/pcmcia/if_ep_pcmcia.c index 4d852b5f05b..0a921e1f153 100644 --- a/sys/dev/pcmcia/if_ep_pcmcia.c +++ b/sys/dev/pcmcia/if_ep_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pcmcia.c,v 1.3 1996/05/07 07:34:16 deraadt Exp $ */ +/* $OpenBSD: if_ep_pcmcia.c,v 1.4 1996/10/16 12:36:29 deraadt Exp $ */ /* $NetBSD: if_ep.c,v 1.90 1996/04/11 22:29:15 cgd Exp $ */ /* @@ -99,7 +99,6 @@ ep_pcmcia_isasetup(parent, match, aux, pc_link) struct ifnet *ifp = &sc->sc_arpcom.ac_if; bus_chipset_tag_t bc = sc->sc_bc; bus_io_handle_t ioh = sc->sc_ioh; - int i; extern int ifqmaxlen; bus_io_write_2(bc, ioh, EP_COMMAND, WINDOW_SELECT | 0); |