aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-06 19:42:03 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-06 19:42:03 +0000
commitb763df41d80789414f7e23324fe3b1df148f3dbb (patch)
treec8f1ffdb2aaf64727310626220834e7b703910da /wiretap/erf.c
parent261ed08fc59a3a3072b34e0e364a2d53c93aef41 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=46980
Diffstat (limited to 'wiretap/erf.c')
-rw-r--r--wiretap/erf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiretap/erf.c b/wiretap/erf.c
index d0a443c3e2..05522fbfb8 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -610,7 +610,6 @@ static gboolean erf_dump(
if(!wtap_dump_file_write(wdh, "", 1, err)) return FALSE;
wdh->bytes_dumped++;
}
- must_add_crc = TRUE; /* XXX - not if this came from an ERF file with an FCS! */
break;
default: /*deal with generic wtap format*/
/*generate a fake header in other_phdr using data that we know*/