Removed an unneeded assignment.

svn path=/trunk/; revision=30215
This commit is contained in:
Stig Bjørlykke 2009-09-30 13:42:58 +00:00
parent db7ff13a50
commit 1d87c60187
1 changed files with 0 additions and 1 deletions

View File

@ -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 );