]> granicus.if.org Git - php/commitdiff
removed unused variable
authorChristian Stocker <chregu@php.net>
Fri, 29 Nov 2002 16:31:41 +0000 (16:31 +0000)
committerChristian Stocker <chregu@php.net>
Fri, 29 Nov 2002 16:31:41 +0000 (16:31 +0000)
ext/domxml/php_domxml.c

index 86802d27ca5ae84548073ef95628bce4eeb9880e..ac0c072ea3edbd97c9180920531a78e6ee68fb00 100644 (file)
@@ -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;