From: Pierre Joye Date: Tue, 15 Feb 2011 09:07:34 +0000 (+0000) Subject: - unused var X-Git-Tag: php-5.4.0alpha1~191^2~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36671fe7819f98ee42fed945f0e2d8c3e4b9921b;p=php - unused var --- diff --git a/ext/intl/resourcebundle/resourcebundle.c b/ext/intl/resourcebundle/resourcebundle.c index 3d881a2298..6d39dfb7e0 100644 --- a/ext/intl/resourcebundle/resourcebundle.c +++ b/ext/intl/resourcebundle/resourcebundle.c @@ -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;