Get rid of unused variable.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 24 Sep 2013 19:56:56 +0000 (19:56 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 24 Sep 2013 19:56:56 +0000 (19:56 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52206 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/wimax/msg_clk_cmp.c

index 926103eae6c213707591da3d0161be0204ce867c..731d9ffbfa0208207c59ee928bd8c2b87c1610bc 100644 (file)
@@ -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 */