summaryrefslogtreecommitdiff
path: root/summary.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-03-21 02:39:39 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-03-21 02:39:39 +0000
commitf7980fd037212418d30903a06de4f333ef4367e7 (patch)
tree460162fc14e9b1c0a8e064b32dbbddb6558628d1 /summary.c
parent66aa2c5b93190b6cc9d12790e6c29bb013ce927f (diff)
downloadwireshark-f7980fd037212418d30903a06de4f333ef4367e7.tar.gz
Delete a duplicate line of code. Fixes Coverity CID 1393: UNUSED VALUE.
svn path=/trunk/; revision=41700
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/summary.c b/summary.c
index b50cfb63c1..1f92df8e39 100644
--- a/summary.c
+++ b/summary.c
@@ -157,8 +157,6 @@ summary_fill_in(capture_file *cf, summary_tally *st)
/* 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;
st->shb_hardware = NULL;