Removed an unneeded assignment.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 Sep 2009 13:42:58 +0000 (13:42 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 Sep 2009 13:42:58 +0000 (13:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30215 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/csids.c

index 973fcedf2863ed70304a77295c76eeaa60af7767..bd847552103c7e1dd791ce3c671768bdd1fac488 100644 (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 );