From 845f869a2f95f4b3dd6fba952b02255339eab11d Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 25 Jul 2001 14:40:06 +0000 Subject: [PATCH] Remove one more line that was not supposed to have gotten checked in (part of an unfinished feature). --- expat/lib/xmlparse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index 3007470a..d9ba422a 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -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;