Skip to content

Commit 5cd92b1

Browse files
committed
Nope: BC
1 parent 67132ab commit 5cd92b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/dom/html_document.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ PHP_METHOD(DOM_HTMLDocument, createFromFile)
783783
}
784784

785785
if (stream->wrapper == &php_plain_files_wrapper) {
786-
// TODO: do the same for XMLDocument?
787786
xmlChar *converted = xmlPathToURI((const xmlChar *) filename);
788787
if (UNEXPECTED(!converted)) {
789788
goto fail_oom;

0 commit comments

Comments
 (0)