Commit:    50ab6c63a700155b8d6be361eac29eae2bc6d869
Author:    Felipe Pena <[email protected]>         Sun, 19 Aug 2012 14:34:38 
-0300
Parents:   6cd0e446dd93b5232b49c6248102b77b17865904
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=50ab6c63a700155b8d6be361eac29eae2bc6d869

Log:
- Value stored to var is never used

Changed paths:
  M  ext/standard/string.c


Diff:
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 1a7bd1e..68bf3fe 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -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;
                        }
                }


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to