summaryrefslogtreecommitdiff
path: root/plugins/wimax/msg_aas_beam.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
commitf784806968373d1ec939a18ffe5ef8727d4dbadf (patch)
treeadaccfc17a91bfce6628f1f7d0326f6d2badb4e5 /plugins/wimax/msg_aas_beam.c
parent0a20c5dd913ee49a4faf9ed5d868e308949eb450 (diff)
downloadwireshark-f784806968373d1ec939a18ffe5ef8727d4dbadf.tar.gz
Comment out numerous unused hf_.... instances found by checkhf.
svn path=/trunk/; revision=47617
Diffstat (limited to 'plugins/wimax/msg_aas_beam.c')
-rw-r--r--plugins/wimax/msg_aas_beam.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/wimax/msg_aas_beam.c b/plugins/wimax/msg_aas_beam.c
index 7164d4e0e8..ba1dbc71e1 100644
--- a/plugins/wimax/msg_aas_beam.c
+++ b/plugins/wimax/msg_aas_beam.c
@@ -72,7 +72,7 @@ static const value_string vals_resolution_parameter[] =
/* fix fields */
static gint hf_aas_beam_message_type = -1;
-static gint hf_aas_beam_unknown_type = -1;
+/* static gint hf_aas_beam_unknown_type = -1; */
static gint hf_aas_beam_select_index = -1;
static gint hf_aas_beam_select_reserved = -1;
#ifdef OFDM
@@ -330,6 +330,7 @@ void proto_register_mac_mgmt_msg_aas_beam(void)
}
},
#endif
+#if 0
{
&hf_aas_beam_unknown_type,
{
@@ -337,6 +338,7 @@ void proto_register_mac_mgmt_msg_aas_beam(void)
FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL
}
}
+#endif
};
/* Setup protocol subtree array */