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;
xmlXPathObjectPtr xpathobjp;
xmlNode *contextnodep;
int ret, str_len, nsNr;
int ret, str_len;
char *str;
contextnode = NULL;
contextnodep = NULL;