Remove unused code: Fixes Coverity 972 [UNUSED].

svn path=/trunk/; revision=37335
This commit is contained in:
Bill Meier 2011-05-20 20:00:16 +00:00
parent a2b58f051d
commit fd64c4ae5e
1 changed files with 0 additions and 3 deletions

View File

@ -315,10 +315,7 @@ mp2t_depi_docsis_fragmentation_handle(tvbuff_t *tvb, guint offset,
call_dissector(docsis_handle, next_tvb, pinfo, dmpt_tree);
else
call_dissector(data_handle, next_tvb, pinfo, dmpt_tree);
} else { /* make a new subset */
next_tvb = tvb_new_subset(tvb, offset, -1, -1);
}
return;
}