Commit 2cde9f52 authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

msxml3: Remove unneeded code.

xmlNewDocFragment has already set xmlNode->doc, no need to do that again.
parent 19d635f9
......@@ -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;
......
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