summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-xml.c')
-rw-r--r--libcsoap/soap-xml.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcsoap/soap-xml.c b/libcsoap/soap-xml.c
index 7b6ba87..62b0b7d 100644
--- a/libcsoap/soap-xml.c
+++ b/libcsoap/soap-xml.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-xml.c,v 1.8 2006/01/10 11:29:04 snowdrop Exp $
+* $Id: soap-xml.c,v 1.9 2006/02/08 11:13:14 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -23,8 +23,6 @@
******************************************************************/
#include <libcsoap/soap-xml.h>
-static const char *soap_env_ns = "http://schemas.xmlsoap.org/soap/envelope/";
-
xmlNodePtr
soap_xml_get_children(xmlNodePtr param)
{