diff options
author | 2014-12-19 15:46:22 +0000 | |
---|---|---|
committer | 2014-12-19 15:46:22 +0000 | |
commit | 762b58692ca4cb3590a2a93e8a8d4b5f85cf6a71 (patch) | |
tree | 0ed83271a209f8683327abad416c4ac775c30e1d /sys/dev/pci/if_ipw.c | |
parent | Change scan and auth+assoc workq entries to taskq entries. (diff) | |
download | wireguard-openbsd-762b58692ca4cb3590a2a93e8a8d4b5f85cf6a71.tar.xz wireguard-openbsd-762b58692ca4cb3590a2a93e8a8d4b5f85cf6a71.zip |
Fix tree breakage due to unused variable after last commit.
Diffstat (limited to 'sys/dev/pci/if_ipw.c')
-rw-r--r-- | sys/dev/pci/if_ipw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index 04b4b3ebe33..1385cea1671 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipw.c,v 1.102 2014/12/19 15:19:47 krw Exp $ */ +/* $OpenBSD: if_ipw.c,v 1.103 2014/12/19 15:46:22 krw Exp $ */ /*- * Copyright (c) 2004-2008 @@ -682,7 +682,6 @@ int ipw_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) { struct ipw_softc *sc = ic->ic_softc; - int error; switch (nstate) { case IEEE80211_S_SCAN: |