pajoye Tue, 15 Feb 2011 09:07:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308354
Log:
- unused var
Changed paths:
U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c
U php/php-src/trunk/ext/intl/resourcebundle/resourcebundle.c
Modified: php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c
2011-02-15 08:48:24 UTC (rev 308353)
+++ php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c
2011-02-15 09:07:34 UTC (rev 308354)
@@ -29,7 +29,6 @@
UResType restype;
const UChar* ufield;
const uint8_t* bfield;
- char * cfield;
const int32_t* vfield;
int32_t ilen;
int i;
Modified: php/php-src/trunk/ext/intl/resourcebundle/resourcebundle.c
===================================================================
--- php/php-src/trunk/ext/intl/resourcebundle/resourcebundle.c 2011-02-15
08:48:24 UTC (rev 308353)
+++ php/php-src/trunk/ext/intl/resourcebundle/resourcebundle.c 2011-02-15
09:07:34 UTC (rev 308354)
@@ -29,7 +29,6 @@
UResType restype;
const UChar* ufield;
const uint8_t* bfield;
- char * cfield;
const int32_t* vfield;
int32_t ilen;
int i;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php