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	Tue Aug 05 13:07:42 2008 +0000
+++ b/src/http/modules/ngx_http_xslt_filter_module.c	Tue Aug 05 13:08:35 2008 +0000
@@ -511,8 +511,6 @@
         return;
     }
 
-    dtd->name = xmlStrdup(name);
-
     if (doc->children == NULL) {
         xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);