aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-05 13:08:35 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-05 13:08:35 +0000
commit1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d (patch)
treefc9f378219c08e4544455d6758ea6d7dda1e5b27 /src
parentf8c0d8ade954411afa2ece7bcf652ee03b9fecfa (diff)
downloadnginx-1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d.tar.gz
nginx-1dcebd8dcb32b1b5f299dc2c42e0bf995be16c7d.zip
we do not need dtd->name
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_xslt_filter_module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_xslt_filter_module.c b/src/http/modules/ngx_http_xslt_filter_module.c
index d7d8e4089..75be55339 100644
--- 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 *data, const xmlChar *name,
return;
}
- dtd->name = xmlStrdup(name);
-
if (doc->children == NULL) {
xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);