summaryrefslogtreecommitdiff
path: root/wiretap/csids.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/csids.c')
-rw-r--r--wiretap/csids.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 973fcedf28..bd84755210 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -72,7 +72,6 @@ int csids_open(wtap *wth, int *err, gchar **err_info _U_)
gboolean byteswap = FALSE;
struct csids_header hdr;
- bytesRead=0;
/* check the file to make sure it is a csids file. */
bytesRead = file_read( &hdr, 1, sizeof( struct csids_header), wth->fh );