summaryrefslogtreecommitdiff
path: root/print-juniper.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-17 19:14:47 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-17 19:14:47 -0700
commit2c5e14ceac8b545c869906f4d81c1e95a0c548a0 (patch)
treec12659096537ad9a123774d44225e477aa4a07e2 /print-juniper.c
parent7f664c43c7ca39eeb9e5c4dcccd34b031af21811 (diff)
downloadtcpdump-2c5e14ceac8b545c869906f4d81c1e95a0c548a0.tar.gz
Get rid of unused variables.
Diffstat (limited to 'print-juniper.c')
-rw-r--r--print-juniper.c4
1 files changed, 0 insertions, 4 deletions
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;