]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of some unused variables.
authorguy <guy>
Mon, 29 Mar 2004 21:56:26 +0000 (21:56 +0000)
committerguy <guy>
Mon, 29 Mar 2004 21:56:26 +0000 (21:56 +0000)
print-pflog.c

index bfc646d46cfb9c631a5d500edd6db47b597325b8..22f9052a2b4d97e31041f1cd76baf9b24da1d8b2 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.7.2.3 2004-03-28 21:25:03 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.7.2.4 2004-03-29 21:56:26 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -94,10 +94,6 @@ pflog_if_print(const struct pcap_pkthdr *h, register const u_char *p)
        u_int length = h->len;
        u_int hdrlen;
        u_int caplen = h->caplen;
-       const struct ip *ip;
-#ifdef INET6
-       const struct ip6_hdr *ip6;
-#endif
        const struct pfloghdr *hdr;
        u_int8_t af;