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.
1 parent 0ad340f commit c145c20Copy full SHA for c145c20
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