ICU-13700 Removing obsolete TODO comment.

X-SVN-Rev: 41312
This commit is contained in:
Shane Carr 2018-05-03 01:32:03 +00:00
parent 37e2209f66
commit c035e5bd04

View File

@ -338,7 +338,6 @@ int32_t DecimalFormat::getAttribute(UNumberFormatAttribute attr, UErrorCode& sta
status = U_UNSUPPORTED_ERROR; status = U_UNSUPPORTED_ERROR;
break; break;
} }
// TODO: UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS?
return -1; /* undefined */ return -1; /* undefined */
} }