Delete a duplicate line of code. Fixes Coverity CID 1393: UNUSED VALUE.

svn path=/trunk/; revision=41700
This commit is contained in:
Chris Maynard 2012-03-21 02:39:39 +00:00
parent 66aa2c5b93
commit f7980fd037
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ summary_fill_in(capture_file *cf, summary_tally *st)
st->dfilter = cf->dfilter;
/* Get info from SHB */
shb_inf = wtap_file_get_shb_info(cf->wth);
shb_inf = wtap_file_get_shb_info(cf->wth);
if(shb_inf == NULL){
st->opt_comment = NULL;