]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of unused variables.
authorGuy Harris <[email protected]>
Sat, 18 Apr 2015 02:14:47 +0000 (19:14 -0700)
committerGuy Harris <[email protected]>
Sat, 18 Apr 2015 02:14:47 +0000 (19:14 -0700)
print-juniper.c

index d402c00d0fac6d2ab48184b2002c702617580a36..8fc8eee294b51bd59a0f3dc67759adc62785f991 100644 (file)
@@ -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;