aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m/packet-m2m.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/m2m/packet-m2m.c
parent0a20c5dd913ee49a4faf9ed5d868e308949eb450 (diff)
Comment out numerous unused hf_.... instances found by checkhf.
svn path=/trunk/; revision=47617
Diffstat (limited to 'plugins/m2m/packet-m2m.c')
-rw-r--r--plugins/m2m/packet-m2m.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/m2m/packet-m2m.c b/plugins/m2m/packet-m2m.c
index c723e3c84f..bdf1cdb697 100644
--- a/plugins/m2m/packet-m2m.c
+++ b/plugins/m2m/packet-m2m.c
@@ -137,7 +137,7 @@ static gint hf_m2m_tlv_count = -1;
static gint hf_m2m_type = -1;
static gint hf_m2m_len = -1;
static gint hf_m2m_len_size = -1;
-static gint hf_m2m_value_bytes = -1;
+/* static gint hf_m2m_value_bytes = -1; */
static gint hf_wimax_invalid_tlv = -1;
static gint hf_m2m_value_protocol_vers_uint8 = -1;
static gint hf_m2m_value_burst_num_uint8 = -1;
@@ -631,6 +631,7 @@ void proto_register_m2m(void)
NULL, HFILL
}
},
+#if 0
{
&hf_m2m_value_bytes,
{
@@ -639,6 +640,7 @@ void proto_register_m2m(void)
NULL, HFILL
}
},
+#endif
{
&hf_m2m_value_protocol_vers_uint8,
{