Skip to content

Commit 71235e4

Browse files
committed
removed unused variable
1 parent 7f48a6f commit 71235e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/domxml/php_domxml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4737,7 +4737,7 @@ static void php_xpathptr_eval(INTERNAL_FUNCTION_PARAMETERS, int mode, int expr)
47374737
xmlXPathContextPtr ctxp;
47384738
xmlXPathObjectPtr xpathobjp;
47394739
xmlNode *contextnodep;
4740-
int ret, str_len, nsNr;
4740+
int ret, str_len;
47414741
char *str;
47424742
contextnode = NULL;
47434743
contextnodep = NULL;

0 commit comments

Comments
 (0)