msxml3: Remove unneeded xmlInitParser call.

This commit is contained in:
Nikolay Sivov 2012-07-08 22:53:20 +04:00 committed by Alexandre Julliard
parent 41aa34758e
commit 9a28ac8f7b
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ static xmlDocPtr doparse(domdoc* This, char const* ptr, int len, xmlCharEncoding
xmlSAX2EndElementNs, /* endElementNs */
sax_serror /* serror */
};
xmlInitParser();
pctx = xmlCreateMemoryParserCtxt(ptr, len);
if (!pctx)