From: Christian Stocker Date: Fri, 29 Nov 2002 16:31:41 +0000 (+0000) Subject: removed unused variable X-Git-Tag: RELEASE_1_0b3~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71235e414074bec4893669f9b044560eb98eb2fa;p=php removed unused variable --- 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;