Removed unused variable 'hfinfo' in proto_tree_set_time().

svn path=/trunk/; revision=30197
This commit is contained in:
Stig Bjørlykke 2009-09-29 19:16:52 +00:00
parent 4b7763036b
commit ad14865ce0
1 changed files with 0 additions and 3 deletions

View File

@ -1716,10 +1716,7 @@ proto_tree_add_time_format(proto_tree *tree, int hfindex, tvbuff_t *tvb, gint st
static void
proto_tree_set_time(field_info *fi, nstime_t *value_ptr)
{
header_field_info *hfinfo;
DISSECTOR_ASSERT(value_ptr != NULL);
hfinfo = fi->hfinfo;
fvalue_set(&fi->value, value_ptr, FALSE);
}