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

index f1147f6d6a64bbc305833ad9d661ff9426cb337d..4f67efc678d5e3381bcfd75abc2f8a8c49217d54 100644 (file)
@@ -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;