From 4f959e2bc732db4cdfd5c32ff7ca2102b159f33b Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Tue, 15 Dec 2015 21:23:37 +0000 Subject: [PATCH] ICU-11710 remove review note comment. X-SVN-Rev: 38133 --- icu4c/source/i18n/tmutfmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/tmutfmt.cpp b/icu4c/source/i18n/tmutfmt.cpp index cce89b8532b..fa31d7b3c18 100644 --- a/icu4c/source/i18n/tmutfmt.cpp +++ b/icu4c/source/i18n/tmutfmt.cpp @@ -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));