Browse code

Remove unneccesary assignment

git-svn: trunk@1891

Nigel Horne authored on 2006/04/07 19:15:49
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.280 2006/04/06 12:10:19 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.281 2006/04/07 10:15:49 nigelhorne Exp $";
19 19
 
20 20
 #if HAVE_CONFIG_H
21 21
 #include "clamav-config.h"
... ...
@@ -1244,7 +1244,6 @@ parseEmailFile(FILE *fin, const table_t *rfc821, const char *firstLine, const ch
1244 1244
 					}
1245 1245
 				}
1246 1246
 			}
1247
-			lastWasBlank = FALSE;
1248 1247
 			if((line == NULL) && (fullline == NULL)) {	/* empty line */
1249 1248
 				if(!contMarker) {
1250 1249
 					/*