mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +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;
|
||||
xmlXPathObjectPtr xpathobjp;
|
||||
xmlNode *contextnodep;
|
||||
int ret, str_len, nsNr;
|
||||
int ret, str_len;
|
||||
char *str;
|
||||
contextnode = NULL;
|
||||
contextnodep = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue