mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Remove one more line that was not supposed to have gotten checked in
(part of an unfinished feature).
This commit is contained in:
parent
072bdb8045
commit
845f869a2f
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ See the file COPYING for copying permission.
|
|||
*/
|
||||
|
||||
static char RCSId[]
|
||||
= "$Header: /cvsroot/expat/expat/lib/xmlparse.c,v 1.15 2001/07/25 03:05:22 fdrake Exp $";
|
||||
= "$Header: /cvsroot/expat/expat/lib/xmlparse.c,v 1.16 2001/07/25 03:29:56 fdrake Exp $";
|
||||
|
||||
#ifdef COMPILED_FROM_DSP
|
||||
# include "winconfig.h"
|
||||
|
@ -608,7 +608,6 @@ XML_ParserCreate_MM(const XML_Char *encodingName,
|
|||
notStandaloneHandler = 0;
|
||||
externalEntityRefHandler = 0;
|
||||
externalEntityRefHandlerArg = parser;
|
||||
internalEntityRefHandler = 0;
|
||||
unknownEncodingHandler = 0;
|
||||
elementDeclHandler = 0;
|
||||
attlistDeclHandler = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue