removed unused variable

This commit is contained in:
Christian Stocker 2002-11-29 16:31:41 +00:00
parent 7f48a6f13b
commit 71235e4140

View file

@ -4737,7 +4737,7 @@ static void php_xpathptr_eval(INTERNAL_FUNCTION_PARAMETERS, int mode, int expr)
xmlXPathContextPtr ctxp; xmlXPathContextPtr ctxp;
xmlXPathObjectPtr xpathobjp; xmlXPathObjectPtr xpathobjp;
xmlNode *contextnodep; xmlNode *contextnodep;
int ret, str_len, nsNr; int ret, str_len;
char *str; char *str;
contextnode = NULL; contextnode = NULL;
contextnodep = NULL; contextnodep = NULL;