summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-08-19 14:34:38 -0300
committerFelipe Pena <felipensp@gmail.com>2012-08-19 14:34:38 -0300
commit50ab6c63a700155b8d6be361eac29eae2bc6d869 (patch)
tree0cda5cbca7f3e5aa2fc027617665d09fc15ea691
parent6cd0e446dd93b5232b49c6248102b77b17865904 (diff)
downloadphp-git-50ab6c63a700155b8d6be361eac29eae2bc6d869.tar.gz
- Value stored to var is never used
-rw-r--r--ext/standard/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 1a7bd1e0b4..68bf3fecfc 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;
}
}