summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2007-06-19 05:37:10 +0000
committerray <ray@openbsd.org>2007-06-19 05:37:10 +0000
commitc743427524aefd0893f39dce53a0763c1114f723 (patch)
tree932839c3c8cefc0b1c4fba4cbb39bbc03d9e37e5
parentnet80211_ifstats() is called in main.c but there was no prototype. (diff)
downloadwireguard-openbsd-c743427524aefd0893f39dce53a0763c1114f723.tar.xz
wireguard-openbsd-c743427524aefd0893f39dce53a0763c1114f723.zip
Remove unused variable.
-rw-r--r--usr.bin/netstat/show.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/show.c b/usr.bin/netstat/show.c
index 894ec84abcf..cade60368fd 100644
--- a/usr.bin/netstat/show.c
+++ b/usr.bin/netstat/show.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: show.c,v 1.6 2007/06/04 12:20:24 henning Exp $ */
+/* $OpenBSD: show.c,v 1.7 2007/06/19 05:37:10 ray Exp $ */
/* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */
/*
@@ -281,7 +281,6 @@ void
p_pfkentry(struct sadb_msg *msg)
{
static int old = 0;
- struct sadb_ext *ext;
struct sadb_address *saddr;
struct sadb_protocol *sap, *saft;
struct sockaddr *sa, *mask;