From e7eda53a3b9c67b0dea86dbb2121f71912891983 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 7 Jul 2008 12:52:00 +0000 Subject: [PATCH] - Removed unused variables --- ext/mbstring/mbstring.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1