Removed an unused variable.

svn path=/trunk/; revision=30884
This commit is contained in:
Stig Bjørlykke 2009-11-09 14:12:09 +00:00
parent ccc3e2f4d9
commit 826595c5b5
1 changed files with 0 additions and 2 deletions

View File

@ -290,7 +290,6 @@ dissect_vines_ip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *ti;
const guint8 *dst_addr, *src_addr;
gboolean is_broadcast = FALSE;
int hops = 0;
tvbuff_t *next_tvb;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "Vines IP");
@ -321,7 +320,6 @@ dissect_vines_ip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* helpers to transport control */
if (memcmp(viph.vip_dst, bcast_addr, VINES_ADDR_LEN) == 0)
is_broadcast = TRUE;
hops = viph.vip_tctl & 0xf;
/*
* Adjust the length of this tvbuff to include only the Vines IP