Skip to content

Commit 7a96a68

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: xml: Fix unused variable warning
2 parents f7c7948 + c145c20 commit 7a96a68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/xml/compat.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ static void
6060
start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes)
6161
{
6262
XML_Parser parser = (XML_Parser) user;
63-
xmlChar *qualified_name = NULL;
6463

6564
if (parser->h_start_element == NULL) {
6665
start_element_emit_default(parser);

0 commit comments

Comments
 (0)