summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-15 00:10:30 +0000
committerpeter <peter@FreeBSD.org>2001-06-15 00:10:30 +0000
commit1ee178a53efc6e7dd27ebc208a20390454bf702b (patch)
treee1e4540ada9e7ee0e5916cde5b307e7713c2f567
parentea66907702847d40a59a4a160e2b57daa8e92d83 (diff)
downloadFreeBSD-src-1ee178a53efc6e7dd27ebc208a20390454bf702b.zip
FreeBSD-src-1ee178a53efc6e7dd27ebc208a20390454bf702b.tar.gz
Fix warnings:
1831: warning: unused variable `noise' 1831: warning: unused variable `sig'
-rw-r--r--sys/dev/an/if_an.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index c7843e6..f7a383d 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -1828,7 +1828,6 @@ void an_cache_store (sc, eh, m, rx_quality)
static int cache_slot = 0; /* use this cache entry */
static int wrapindex = 0; /* next "free" cache entry */
int saanp=0;
- int sig, noise;
/* filters:
* 1. ip only
OpenPOWER on IntegriCloud