msxml3: Remove unneeded code.
xmlNewDocFragment has already set xmlNode->doc, no need to do that again.
This commit is contained in:
parent
19d635f9a3
commit
2cde9f52da
|
@ -890,8 +890,6 @@ static HRESULT WINAPI domdoc_createDocumentFragment(
|
|||
if(!xmlnode)
|
||||
return E_FAIL;
|
||||
|
||||
xmlnode->doc = get_doc( This );
|
||||
|
||||
*docFrag = (IXMLDOMDocumentFragment*)create_doc_fragment(xmlnode);
|
||||
|
||||
return S_OK;
|
||||
|
|
Loading…
Reference in New Issue