From 77c2eb1dcd03ed48dd1e1d36d0c1da2c761da0d9 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 7 Jul 2008 13:55:42 +0000 Subject: [PATCH] - MFB: 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 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; -- 2.50.1