summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2019-01-28 06:50:11 +0000
committerdlg <dlg@openbsd.org>2019-01-28 06:50:11 +0000
commit3b2fabaab8bd4f6c93814a91f2b9f450a50c1cf6 (patch)
treecec6f6e5fd14c2f11b2c5af4ade843a1d0c4f44b
parentfix mpe_start by if_put()ting the right ifp (diff)
downloadwireguard-openbsd-3b2fabaab8bd4f6c93814a91f2b9f450a50c1cf6.tar.xz
wireguard-openbsd-3b2fabaab8bd4f6c93814a91f2b9f450a50c1cf6.zip
get rid of unused global
-rw-r--r--sys/net/if_mpe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c
index d62317e86ab..b3980cab1f9 100644
--- a/sys/net/if_mpe.c
+++ b/sys/net/if_mpe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mpe.c,v 1.73 2019/01/28 06:48:22 dlg Exp $ */
+/* $OpenBSD: if_mpe.c,v 1.74 2019/01/28 06:50:11 dlg Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -144,7 +144,6 @@ mpe_clone_destroy(struct ifnet *ifp)
return (0);
}
-struct sockaddr_storage mpedst;
/*
* Start output on the mpe interface.
*/