From 64f45d8fe89996a7933a0355fdd0cc54187baf95 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 15 Feb 2011 09:07:34 +0000 Subject: [PATCH] - unused var --- ext/intl/resourcebundle/resourcebundle.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1