diff options
| author | Antony Dovgal <tony2001@php.net> | 2004-08-04 14:57:40 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2004-08-04 14:57:40 +0000 |
| commit | 58f9ed3a8e9f7c9d3a727fdcb4b9a2591cc4caab (patch) | |
| tree | 0c4e9f965dbc0860db8c18f723a9d95bb7eaf11d /ext/simplexml | |
| parent | 84e6f8f0752b787fc7655ecef45e44b23d22f486 (diff) | |
| download | php-git-58f9ed3a8e9f7c9d3a727fdcb4b9a2591cc4caab.tar.gz | |
nuke unused variable
Diffstat (limited to 'ext/simplexml')
| -rw-r--r-- | ext/simplexml/simplexml.c | 1 |
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; |
