]> granicus.if.org Git - icu/commitdiff
ICU-11710 remove review note comment.
authorAndy Heninger <andy.heninger@gmail.com>
Tue, 15 Dec 2015 21:23:37 +0000 (21:23 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Tue, 15 Dec 2015 21:23:37 +0000 (21:23 +0000)
X-SVN-Rev: 38133

icu4c/source/i18n/tmutfmt.cpp

index cce89b8532bcb4d547900584267acdecafebcd7b..fa31d7b3c1815cc50375dea3ac6f81a551c67d06 100644 (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));