]> granicus.if.org Git - libexpat/commitdiff
Get rid of cond sect message
authorJames Clark <jjc@jclark.com>
Fri, 12 Dec 1997 09:23:24 +0000 (09:23 +0000)
committerJames Clark <jjc@jclark.com>
Fri, 12 Dec 1997 09:23:24 +0000 (09:23 +0000)
expat/xmlwf/wfcheck.c

index b527869e4dc9afc5a9a9c3fffed8bf6f42f15e37..45223d62850608e3b442a964294a99b0f73e3349 100755 (executable)
@@ -515,8 +515,6 @@ checkProlog(DTD *dtd, const char *s, const char *end,
     case XML_ROLE_ERROR:
       *nextPtr = s;
       switch (tok) {
-      case XML_TOK_COND_SECT_OPEN:
-       return condSect;
       case XML_TOK_PARAM_ENTITY_REF:
        return paramEntityRef;
       case XML_TOK_INVALID: