]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of unused variable.
authorGuy Harris <[email protected]>
Thu, 16 Apr 2015 01:16:38 +0000 (18:16 -0700)
committerGuy Harris <[email protected]>
Thu, 16 Apr 2015 01:16:38 +0000 (18:16 -0700)
tcpdump.c

index 45db78d8d0807c70b02e5bfbfc95921dc099ef40..8e5994f0bee0edaf5d157aa55ee2baef91f8c920 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -2131,7 +2131,6 @@ static void
 print_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
 {
        struct print_info *print_info;
 print_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp)
 {
        struct print_info *print_info;
-       u_int hdrlen;
 
        ++packets_captured;
 
 
        ++packets_captured;