mirror of
https://github.com/nginx/nginx.git
synced 2025-01-05 21:53:01 -06:00
we do not need dtd->name
This commit is contained in:
parent
f8c0d8ade9
commit
1dcebd8dcb
@ -511,8 +511,6 @@ ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
dtd->name = xmlStrdup(name);
|
|
||||||
|
|
||||||
if (doc->children == NULL) {
|
if (doc->children == NULL) {
|
||||||
xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
|
xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user