[ci skip] Remove outdated comment

This commit is contained in:
Niels Dossche 2024-07-17 22:27:09 +02:00
parent 7d99a9cea1
commit 1b077725eb
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -359,7 +359,6 @@ zend_result dom_element_inner_html_write(dom_object *obj, zval *newval)
}
}
/* We skip the steps involving the template element as context node since we don't do special handling for that. */
dom_remove_all_children(context_node);
return php_dom_pre_insert(obj->document, fragment, context_node, NULL) ? SUCCESS : FAILURE;
}