msxml3: Remove unneeded xmlInitParser call.
This commit is contained in:
parent
41aa34758e
commit
9a28ac8f7b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue