]> granicus.if.org Git - php/commitdiff
- MFB: Removed unused variables
authorFelipe Pena <felipe@php.net>
Mon, 7 Jul 2008 13:55:42 +0000 (13:55 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 7 Jul 2008 13:55:42 +0000 (13:55 +0000)
ext/mbstring/mbstring.c

index 5f3cbcc2e798ea911d6d7d28962676cf55d2fc74..d31cd5a9e8b2f615e6603216b204ebb4eb02ad00 100644 (file)
@@ -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;