From Sven Eckelmann:

Remove unused length_remaining.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5658

svn path=/trunk/; revision=37896
This commit is contained in:
Anders Broman 2011-07-04 21:16:51 +00:00
parent 7bd8379896
commit b00a34230c
1 changed files with 0 additions and 3 deletions

View File

@ -1570,7 +1570,6 @@ static void dissect_batadv_unicast_frag_v12(tvbuff_t *tvb, packet_info *pinfo, p
proto_tree *batadv_unicast_frag_tree = NULL, *flag_tree;
tvbuff_t *new_tvb;
guint length_remaining;
int offset = 0;
int head = 0;
@ -1641,8 +1640,6 @@ static void dissect_batadv_unicast_frag_v12(tvbuff_t *tvb, packet_info *pinfo, p
tap_queue_packet(batadv_tap, pinfo, unicast_frag_packeth);
length_remaining = tvb_length_remaining(tvb, offset);
head = (unicast_frag_packeth->flags & 0x1);
frag_msg = fragment_add_seq_check(tvb, offset, pinfo,
unicast_frag_packeth->seqno + head,