mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
removed unused variable
This commit is contained in:
parent
7f48a6f13b
commit
71235e4140
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue