msxml3: Remove unneeded code.

xmlNewDocFragment has already set xmlNode->doc, no need to do
that again.
This commit is contained in:
Michael Karcher 2008-10-11 23:59:05 +02:00 committed by Alexandre Julliard
parent 19d635f9a3
commit 2cde9f52da
1 changed files with 0 additions and 2 deletions

View File

@ -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;