From: Shane Carr Date: Thu, 3 May 2018 01:32:03 +0000 (+0000) Subject: ICU-13700 Removing obsolete TODO comment. X-Git-Tag: release-62-rc~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c035e5bd045dc0fe83b302cfec8c592beddafb5e;p=icu ICU-13700 Removing obsolete TODO comment. X-SVN-Rev: 41312 --- diff --git a/icu4c/source/i18n/decimfmt.cpp b/icu4c/source/i18n/decimfmt.cpp index f34ebbf5a66..855f890e8d3 100644 --- a/icu4c/source/i18n/decimfmt.cpp +++ b/icu4c/source/i18n/decimfmt.cpp @@ -338,7 +338,6 @@ int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& sta status = U_UNSUPPORTED_ERROR; break; } - // TODO: UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS? return -1; /* undefined */ }