summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-05-26 03:44:27 +0000
committerhenning <henning@openbsd.org>2005-05-26 03:44:27 +0000
commit7488d2cee2f1e41948703a707debd988cc484f7f (patch)
tree9f30c80320a55fd433ff365a20f9857f4bd6d797
parenttypo (diff)
downloadwireguard-openbsd-7488d2cee2f1e41948703a707debd988cc484f7f.tar.xz
wireguard-openbsd-7488d2cee2f1e41948703a707debd988cc484f7f.zip
oups another unused var
-rw-r--r--sys/net/if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index d3c691a5b62..0d2e34c731c 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.121 2005/05/26 03:13:41 henning Exp $ */
+/* $OpenBSD: if.c,v 1.122 2005/05/26 03:44:27 henning Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -176,7 +176,6 @@ void
if_attachsetup(struct ifnet *ifp)
{
struct ifaddr *ifa;
- int n;
int wrapped = 0;
if (ifindex2ifnet == 0)