summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-11-29 16:31:41 +0000
committerChristian Stocker <chregu@php.net>2002-11-29 16:31:41 +0000
commit71235e414074bec4893669f9b044560eb98eb2fa (patch)
treeb1d22750fc31f81171d96e73a2cee72a7ae5d029
parent7f48a6f13b8d524acc22b9b58284d2f0f0d1453f (diff)
downloadphp-git-71235e414074bec4893669f9b044560eb98eb2fa.tar.gz
removed unused variable
-rw-r--r--ext/domxml/php_domxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c
index 86802d27ca..ac0c072ea3 100644
--- a/ext/domxml/php_domxml.c
+++ b/ext/domxml/php_domxml.c
@@ -4737,7 +4737,7 @@ static void php_xpathptr_eval(INTERNAL_FUNCTION_PARAMETERS, int mode, int expr)
xmlXPathContextPtr ctxp;
xmlXPathObjectPtr xpathobjp;
xmlNode *contextnodep;
- int ret, str_len, nsNr;
+ int ret, str_len;
char *str;
contextnode = NULL;
contextnodep = NULL;