From 74b7882a86ad5cc8e2252d6be298686ca7621975 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Mon, 14 Sep 2020 20:52:38 -0500 Subject: [PATCH] ICU-21249 Remove obsolete TODO for ICU-13591 --- icu4c/source/i18n/quantityformatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/quantityformatter.h b/icu4c/source/i18n/quantityformatter.h index d42c0dfe511..841798cf889 100644 --- a/icu4c/source/i18n/quantityformatter.h +++ b/icu4c/source/i18n/quantityformatter.h @@ -112,7 +112,7 @@ public: /** * Selects the standard plural form for the number/formatter/rules. - * TODO(13591): Remove this method. + * Used in MeasureFormat for backwards compatibility with NumberFormat. */ static StandardPlural::Form selectPlural( const Formattable &number,