Remove unneeded assert.
[yaz-moved-to-github.git] / src / marc_read_line.c
index 90a3521..1b9aca9 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2006, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: marc_read_line.c,v 1.2 2006-12-15 19:28:47 adam Exp $
+ * $Id: marc_read_line.c,v 1.4 2007-03-17 08:44:24 adam Exp $
  */
 
 /**
@@ -198,7 +198,6 @@ int yaz_marc_read_line(yaz_marc_t mt,
                         }
                     }
                     assert(len >= 0);
-                    assert(len < 399);
                     yaz_marc_add_subfield(mt, cp, len);
                     if (!next)
                         break;