aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-09-24 19:56:56 +0000
committerGuy Harris <guy@alum.mit.edu>2013-09-24 19:56:56 +0000
commitff7b1d8a65c6de364fd6ffe4f9c29d90db696039 (patch)
tree74ca58a0e6c33900fd04542068fec3a60bc247df /plugins
parentd08e9702c8592f7962c6e16a65ffaaabf20df930 (diff)
Get rid of unused variable.
svn path=/trunk/; revision=52206
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/msg_clk_cmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/wimax/msg_clk_cmp.c b/plugins/wimax/msg_clk_cmp.c
index 926103eae6..731d9ffbfa 100644
--- a/plugins/wimax/msg_clk_cmp.c
+++ b/plugins/wimax/msg_clk_cmp.c
@@ -52,13 +52,10 @@ static void dissect_mac_mgmt_msg_clk_cmp_decoder(tvbuff_t *tvb, packet_info *pin
guint offset = 0;
guint i;
guint clock_count;
- guint tvb_len;
proto_item *clk_cmp_item;
proto_tree *clk_cmp_tree;
{ /* we are being asked for details */
- /* Get the tvb reported length */
- tvb_len = tvb_reported_length(tvb);
/* display MAC payload type CLK_CMP */
clk_cmp_item = proto_tree_add_protocol_format(tree, proto_mac_mgmt_msg_clk_cmp_decoder, tvb, offset, -1, "Clock Comparison (CLK-CMP)");
/* add MAC CLK_CMP subtree */