]> granicus.if.org Git - php/commitdiff
- Value stored to var is never used
authorFelipe Pena <felipensp@gmail.com>
Sun, 19 Aug 2012 17:34:38 +0000 (14:34 -0300)
committerFelipe Pena <felipensp@gmail.com>
Sun, 19 Aug 2012 17:34:38 +0000 (14:34 -0300)
ext/standard/string.c

index 1a7bd1e0b471bb3673e6fe66b5da91af22dfd90b..68bf3fecfca3080c6d4e6daf0c9c237ea16dd40a 100644 (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;
                        }
                }