From: Pierre Joye Date: Tue, 15 Feb 2011 09:07:34 +0000 (+0000) Subject: - unused var X-Git-Tag: php-5.3.6RC1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64f45d8fe89996a7933a0355fdd0cc54187baf95;p=php - unused var --- diff --git a/ext/intl/resourcebundle/resourcebundle.c b/ext/intl/resourcebundle/resourcebundle.c index b525ed1a3b..237d6c8d1e 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;