]> 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 3d881a2298c9065867773f2f2efd1ec95efe7d91..6d39dfb7e082e65fabb7ef72eb911ab98866f4e5 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;