Get rid of unused variable.

This commit is contained in:
Guy Harris 2015-04-15 18:16:38 -07:00
parent e4c749fb24
commit 93b94375b0

View File

@ -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;
u_int hdrlen;
++packets_captured;