From: Felipe Pena Date: Mon, 7 Jul 2008 13:55:42 +0000 (+0000) Subject: - MFB: Removed unused variables X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77c2eb1dcd03ed48dd1e1d36d0c1da2c761da0d9;p=php - MFB: Removed unused variables --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 5f3cbcc2e7..d31cd5a9e8 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -2604,7 +2604,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;