mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
asParser(): Removed unused function only defined in debug mode in
MSVC. Remove annoying blank line.
This commit is contained in:
parent
233230ce89
commit
21fe34d006
1 changed files with 0 additions and 11 deletions
|
@ -597,16 +597,6 @@ struct XML_ParserStruct {
|
|||
|
||||
#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 @@ doProlog(XML_Parser parser,
|
|||
declEntity->publicId,
|
||||
declEntity->notation);
|
||||
handleDefault = XML_FALSE;
|
||||
|
||||
}
|
||||
else if (entityDeclHandler) {
|
||||
*eventEndPP = s;
|
||||
|
|
Loading…
Add table
Reference in a new issue