we do not need dtd->name

This commit is contained in:
Igor Sysoev 2008-08-05 13:08:35 +00:00
parent f8c0d8ade9
commit 1dcebd8dcb

View File

@ -511,8 +511,6 @@ ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
return;
}
dtd->name = xmlStrdup(name);
if (doc->children == NULL) {
xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);