Skip to content

Commit 50ab6c6

Browse files
committed
- Value stored to var is never used
1 parent 6cd0e44 commit 50ab6c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/string.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3902,7 +3902,6 @@ static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines)
39023902
new_char_count--;
39033903
}
39043904
if (new_char_count > 0) {
3905-
char_count=new_char_count;
39063905
begin=new_begin;
39073906
}
39083907
}

0 commit comments

Comments
 (0)