Get rid of cond sect message

This commit is contained in:
James Clark 1997-12-12 09:23:24 +00:00
parent 2a4f91e330
commit e2482813bf

View File

@ -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: