mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
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…
x
Reference in New Issue
Block a user