- Value stored to var is never used

This commit is contained in:
Felipe Pena 2012-08-19 14:34:38 -03:00
parent 6cd0e446dd
commit 50ab6c63a7

View file

@ -3902,7 +3902,6 @@ static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines)
new_char_count--;
}
if (new_char_count > 0) {
char_count=new_char_count;
begin=new_begin;
}
}