We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c7948 + c145c20 commit 7a96a68Copy full SHA for 7a96a68
ext/xml/compat.c
@@ -60,7 +60,6 @@ static void
60
start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes)
61
{
62
XML_Parser parser = (XML_Parser) user;
63
- xmlChar *qualified_name = NULL;
64
65
if (parser->h_start_element == NULL) {
66
start_element_emit_default(parser);
0 commit comments