]> granicus.if.org Git - icu/commitdiff
ICU-13700 Removing obsolete TODO comment.
authorShane Carr <shane@unicode.org>
Thu, 3 May 2018 01:32:03 +0000 (01:32 +0000)
committerShane Carr <shane@unicode.org>
Thu, 3 May 2018 01:32:03 +0000 (01:32 +0000)
X-SVN-Rev: 41312

icu4c/source/i18n/decimfmt.cpp

index f34ebbf5a66bc707ba5a04536b1bc6598eb821de..855f890e8d358e7e25626826efac75a856a6e287 100644 (file)
@@ -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 */
 }