From: Felipe Pena Date: Mon, 7 Jul 2008 12:52:00 +0000 (+0000) Subject: - Removed unused variables X-Git-Tag: php-5.3.0alpha1~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7eda53a3b9c67b0dea86dbb2121f71912891983;p=php - Removed unused variables --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index f1147f6d6a..4f67efc678 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -2610,7 +2610,6 @@ PHP_FUNCTION(mb_strwidth) Trim the string in terminal width */ PHP_FUNCTION(mb_strimwidth) { - zval **arg1, **arg2, **arg3, **arg4, **arg5; char *str, *trimmarker, *encoding; long from, width; int str_len, trimmarker_len, encoding_len;