]> The Tcpdump Group git mirrors - tcpdump/commitdiff
-Wunused
authoritojun <itojun>
Tue, 2 Apr 2002 02:57:39 +0000 (02:57 +0000)
committeritojun <itojun>
Tue, 2 Apr 2002 02:57:39 +0000 (02:57 +0000)
print-icmp6.c

index 95cc60092bb7430146403af9eda3c4f79e770253..e1595fc24a1d7c9c0801eb1915c91c0cdfec88bf 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.58 2002-03-28 10:02:34 guy Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.59 2002-04-02 02:57:39 itojun Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -362,7 +362,6 @@ icmp6_print(const u_char *bp, const u_char *bp2)
                struct in6_addr *in6;
                u_int32_t *res;
                u_char *cp;
-               int cnt, i;
                printf("icmp6: ha discovery %s: ",
                       dp->icmp6_type == ICMP6_HADISCOV_REQUEST ?
                       "request" : "reply");