Browse code

Remove uneeded assert

git-svn: trunk@1624

Nigel Horne authored on 2005/06/20 01:04:43
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.249 2005/06/19 12:09:10 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.250 2005/06/19 16:04:43 nigelhorne Exp $";
19 19
 
20 20
 #if HAVE_CONFIG_H
21 21
 #include "clamav-config.h"
... ...
@@ -2064,7 +2064,6 @@ parseEmailBody(message *messageIn, text *textIn, const char *dir, const table_t
2064 2064
 							 * No plain text version
2065 2065
 							 */
2066 2066
 							cli_dbgmsg("No plain text alternative");
2067
-						assert(messageGetBody(aMessage) != NULL);
2068 2067
 						break;
2069 2068
 					case TEXT:
2070 2069
 						dtype = messageGetDispositionType(aMessage);