summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/show.c
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2007-06-19 05:37:11 +0000
committerRay Lai <ray@cvs.openbsd.org>2007-06-19 05:37:11 +0000
commit6e41bd7e1f169f0d5ebc91f321c4e792ca6e814c (patch)
tree4dd0b2b0e0d309056db17176b9b8cc699ce05022 /usr.bin/netstat/show.c
parentdeb867ca4f63729e671211eec47cff9b670ab4c9 (diff)
Remove unused variable.
Diffstat (limited to 'usr.bin/netstat/show.c')
-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;