Skip to content

Commit 554f659

Browse files
committed
Remove unnecessary invalidation
1 parent 5d68d61 commit 554f659

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/dom/node.c

-2
Original file line numberDiff line numberDiff line change
@@ -1796,8 +1796,6 @@ static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{
17961796
RETURN_THROWS();
17971797
}
17981798

1799-
php_libxml_invalidate_node_list_cache_from_doc(docp);
1800-
18011799
bool simple_node_parent_lookup_callback = false;
18021800
if (xpath_array == NULL) {
18031801
if (nodep->type != XML_DOCUMENT_NODE) {

0 commit comments

Comments
 (0)