mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Value stored to var is never used
This commit is contained in:
parent
6cd0e446dd
commit
50ab6c63a7
1 changed files with 0 additions and 1 deletions
|
@ -3902,7 +3902,6 @@ static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines)
|
||||||
new_char_count--;
|
new_char_count--;
|
||||||
}
|
}
|
||||||
if (new_char_count > 0) {
|
if (new_char_count > 0) {
|
||||||
char_count=new_char_count;
|
|
||||||
begin=new_begin;
|
begin=new_begin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue