summaryrefslogtreecommitdiffstats
path: root/sys/netkey/key_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netkey/key_debug.c')
-rw-r--r--sys/netkey/key_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netkey/key_debug.c b/sys/netkey/key_debug.c
index 31f14ca..a596c0c 100644
--- a/sys/netkey/key_debug.c
+++ b/sys/netkey/key_debug.c
@@ -436,7 +436,6 @@ void dump_mchain(m)
void dump_tcpdump(m)
struct mbuf *m;
{
- struct mbuf *walker;
int i, j, count;
for (i = count = 0; m && (i < 10); m = m->m_next, i++) {
OpenPOWER on IntegriCloud