changeset 2152:b23e83f5b182

we do not need dtd->name
author Igor Sysoev <igor@sysoev.ru>
date Tue, 05 Aug 2008 13:08:35 +0000
parents c8331f70d799
children 6476e445d6ce
files src/http/modules/ngx_http_xslt_filter_module.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_xslt_filter_module.c
+++ b/src/http/modules/ngx_http_xslt_filter_module.c
@@ -511,8 +511,6 @@ ngx_http_xslt_sax_external_subset(void *
         return;
     }
 
-    dtd->name = xmlStrdup(name);
-
     if (doc->children == NULL) {
         xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);