1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  xml: Fix unused variable warning
This commit is contained in:
Niels Dossche
2025-11-11 23:03:19 +01:00

View File

@@ -60,7 +60,6 @@ static void
start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes)
{
XML_Parser parser = (XML_Parser) user;
xmlChar *qualified_name = NULL;
if (parser->h_start_element == NULL) {
start_element_emit_default(parser);