Skip to content

Commit c145c20

Browse files
committed
xml: Fix unused variable warning
1 parent 0ad340f commit c145c20

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)