From: Guy Harris Date: Sat, 18 Apr 2015 02:14:47 +0000 (-0700) Subject: Get rid of unused variables. X-Git-Tag: tcpdump-4.8.0~282^2~8 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2c5e14ceac8b545c869906f4d81c1e95a0c548a0 Get rid of unused variables. --- diff --git a/print-juniper.c b/print-juniper.c index d402c00d..8fc8eee2 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -919,8 +919,6 @@ u_int juniper_atm1_print(netdissect_options *ndo, const struct pcap_pkthdr *h, register const u_char *p) { - uint16_t extracted_ethertype; - struct juniper_l2info_t l2info; l2info.pictype = DLT_JUNIPER_ATM1; @@ -967,8 +965,6 @@ u_int juniper_atm2_print(netdissect_options *ndo, const struct pcap_pkthdr *h, register const u_char *p) { - uint16_t extracted_ethertype; - struct juniper_l2info_t l2info; l2info.pictype = DLT_JUNIPER_ATM2;