From 06f4566fabd22a486afcf6d6d232f9338479aff5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 28 Aug 2015 13:42:51 -0700 Subject: Get rid of now-unused variable. Change-Id: I579d1fe3448a097df719af361cbf19d4200afd80 Reviewed-on: https://code.wireshark.org/review/10292 Reviewed-by: Guy Harris --- epan/dissectors/packet-ppi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/epan/dissectors/packet-ppi.c b/epan/dissectors/packet-ppi.c index bb105a352f..5ed8d4b3f4 100644 --- a/epan/dissectors/packet-ppi.c +++ b/epan/dissectors/packet-ppi.c @@ -744,7 +744,6 @@ dissect_ppi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) gchar *mpdu_str; gboolean first_mpdu = TRUE; guint last_frame = 0; - gboolean is_ht = FALSE; gint len_remain, /*pad_len = 0,*/ ampdu_len = 0; col_set_str(pinfo->cinfo, COL_PROTOCOL, "PPI"); @@ -797,13 +796,11 @@ dissect_ppi(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) case PPI_80211N_MAC: dissect_80211n_mac(tvb, pinfo, ppi_tree, offset, data_len, TRUE, &n_ext_flags, &du_id); - is_ht = TRUE; break; case PPI_80211N_MAC_PHY: dissect_80211n_mac_phy(tvb, pinfo, ppi_tree, offset, data_len, &n_ext_flags, &du_id); - is_ht = TRUE; break; case PPI_SPECTRUM_MAP: -- cgit v1.2.1