diff options
author | 2019-01-28 06:50:11 +0000 | |
---|---|---|
committer | 2019-01-28 06:50:11 +0000 | |
commit | 3b2fabaab8bd4f6c93814a91f2b9f450a50c1cf6 (patch) | |
tree | cec6f6e5fd14c2f11b2c5af4ade843a1d0c4f44b | |
parent | fix mpe_start by if_put()ting the right ifp (diff) | |
download | wireguard-openbsd-3b2fabaab8bd4f6c93814a91f2b9f450a50c1cf6.tar.xz wireguard-openbsd-3b2fabaab8bd4f6c93814a91f2b9f450a50c1cf6.zip |
get rid of unused global
-rw-r--r-- | sys/net/if_mpe.c | 3 |
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. */ |