Commit 9a28ac8f authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Remove unneeded xmlInitParser call.

parent 41aa3475
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment