ICU-11710 remove review note comment.

X-SVN-Rev: 38133
This commit is contained in:
Andy Heninger 2015-12-15 21:23:37 +00:00
parent c3d49f32fc
commit 4f959e2bc7

View file

@ -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));