]> granicus.if.org Git - php/commitdiff
- unused var
authorPierre Joye <pajoye@php.net>
Tue, 15 Feb 2011 09:07:34 +0000 (09:07 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 15 Feb 2011 09:07:34 +0000 (09:07 +0000)
ext/intl/resourcebundle/resourcebundle.c

index b525ed1a3bb6f8925d749b9bf70ac27c4914bee9..237d6c8d1e6b64f24e26150cc5e39fba25651898 100644 (file)
@@ -29,7 +29,6 @@ void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *so
        UResType               restype;
        const UChar*           ufield;
        const uint8_t*         bfield;
-       char *                 cfield;
        const int32_t*         vfield;
        int32_t                ilen;
        int                    i;