[Expat-checkins] expat/lib xmlparse.c,1.73,1.74

Fred L. Drake fdrake@users.sourceforge.net
Tue, 27 Aug 2002 09:09:43 -0700


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv665

Modified Files:
	xmlparse.c 
Log Message:
asParser():  Removed unused function only defined in debug mode in
             MSVC.

Remove annoying blank line.


Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- xmlparse.c	26 Aug 2002 21:22:35 -0000	1.73
+++ xmlparse.c	27 Aug 2002 16:09:40 -0000	1.74
@@ -597,16 +597,6 @@
 
 #define parsing (processor != prologInitProcessor)
 
-#ifdef _MSC_VER
-#ifdef _DEBUG
-Parser *
-asParser(XML_Parser parser)
-{
-  return parser;
-}
-#endif
-#endif
-
 XML_Parser
 XML_ParserCreate(const XML_Char *encodingName)
 {
@@ -3506,7 +3496,6 @@
                                     declEntity->publicId,
                                     declEntity->notation);
           handleDefault = XML_FALSE;
-
         }
         else if (entityDeclHandler) {
           *eventEndPP = s;