mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-11710 remove review note comment.
X-SVN-Rev: 38133
This commit is contained in:
parent
c3d49f32fc
commit
4f959e2bc7
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* ke
|
|||
}
|
||||
int32_t size = ures_getSize(unitsRes.getAlias());
|
||||
for ( int32_t index = 0; index < size; ++index) {
|
||||
status = U_ZERO_ERROR; // TODO: review note - differs from original code, which didn't reset status.
|
||||
status = U_ZERO_ERROR;
|
||||
// resource of one time unit
|
||||
LocalUResourceBundlePointer oneTimeUnit(
|
||||
ures_getByIndex(unitsRes.getAlias(), index, NULL, &status));
|
||||
|
|
Loading…
Add table
Reference in a new issue