From: itojun Date: Wed, 10 May 2000 08:57:22 +0000 (+0000) Subject: remove unused variable. X-Git-Tag: tcpdump-3.5.1~307 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b341d45273b51fd83e26a9e602fb239d7cbbee9e?hp=b4176d50a62ee5c49e8c3b5dd9492af3c75867ab remove unused variable. --- diff --git a/print-icmp6.c b/print-icmp6.c index e704e8df..f6efebb6 100644 --- a/print-icmp6.c +++ b/print-icmp6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.8 2000-05-10 08:20:52 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.9 2000-05-10 08:57:22 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -114,7 +114,6 @@ icmp6_print(register const u_char *bp, register const u_char *bp2) register const u_char *ep; char buf[256]; int icmp6len; - struct icmp6_nodeinfo *ni6; #if 0 #define TCHECK(var) if ((u_char *)&(var) > ep - sizeof(var)) goto trunc