mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5708 Generic time zone support - clean up code
X-SVN-Rev: 22286
This commit is contained in:
parent
0dedfc6f40
commit
fc28f366f6
1 changed files with 0 additions and 1 deletions
|
@ -2255,7 +2255,6 @@ DateFormatSymbols::findZoneIDTypeValue( UnicodeString& zid, const UnicodeString&
|
|||
|
||||
tzKeys->reset(status);
|
||||
while( (myKey=tzKeys->snext(status))!= NULL){
|
||||
char outpt[1000];
|
||||
status = U_ZERO_ERROR;
|
||||
this->getFallbackString(*myKey,fbString,status);
|
||||
if ( U_FAILURE(status) ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue