summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-08-04 14:57:40 +0000
committerAntony Dovgal <tony2001@php.net>2004-08-04 14:57:40 +0000
commit58f9ed3a8e9f7c9d3a727fdcb4b9a2591cc4caab (patch)
tree0c4e9f965dbc0860db8c18f723a9d95bb7eaf11d /ext/simplexml/simplexml.c
parent84e6f8f0752b787fc7655ecef45e44b23d22f486 (diff)
downloadphp-git-58f9ed3a8e9f7c9d3a727fdcb4b9a2591cc4caab.tar.gz
nuke unused variable
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r--ext/simplexml/simplexml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c
index 0fbbec0ac4..4be4762328 100644
--- a/ext/simplexml/simplexml.c
+++ b/ext/simplexml/simplexml.c
@@ -847,7 +847,6 @@ SXE_METHOD(xpath)
SXE_METHOD(registerXPathNamespace)
{
php_sxe_object *sxe;
- zval *id;
int prefix_len, ns_uri_len;
char *prefix, *ns_uri;