From 6e41bd7e1f169f0d5ebc91f321c4e792ca6e814c Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Tue, 19 Jun 2007 05:37:11 +0000 Subject: Remove unused variable. --- usr.bin/netstat/show.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/netstat/show.c') 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; -- cgit v1.2.3