From f7980fd037212418d30903a06de4f333ef4367e7 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Wed, 21 Mar 2012 02:39:39 +0000 Subject: Delete a duplicate line of code. Fixes Coverity CID 1393: UNUSED VALUE. svn path=/trunk/; revision=41700 --- summary.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'summary.c') diff --git a/summary.c b/summary.c index b50cfb63c1..1f92df8e39 100644 --- a/summary.c +++ b/summary.c @@ -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; -- cgit v1.2.3