summaryrefslogtreecommitdiff
path: root/wiretap/csids.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-30 13:42:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-30 13:42:58 +0000
commit1d87c60187dfddf19f76cd9faad47115d03328dc (patch)
tree6c0eb0769f1e8397acfe29294fbc8a8594335eba /wiretap/csids.c
parentdb7ff13a50588b84caaf92ca38a24a611586d7cc (diff)
downloadwireshark-1d87c60187dfddf19f76cd9faad47115d03328dc.tar.gz
Removed an unneeded assignment.
svn path=/trunk/; revision=30215
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 );