From 4bcefe1c4b2bfee417539f2bbc19008e25b5126f Mon Sep 17 00:00:00 2001 From: Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com> Date: Wed, 16 Sep 2020 11:03:49 +0200 Subject: [PATCH] ICU-20568 Cleanup: drop declaration for no longer existing factory. --- icu4c/source/i18n/number_longnames.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/icu4c/source/i18n/number_longnames.h b/icu4c/source/i18n/number_longnames.h index ace517c1f31..4146f76c208 100644 --- a/icu4c/source/i18n/number_longnames.h +++ b/icu4c/source/i18n/number_longnames.h @@ -188,12 +188,6 @@ class MixedUnitLongNameHandler : public MicroPropsGenerator, public ModifierStor // the private constructors. friend class MemoryPool; - // Fills in LongNameHandler fields for formatting mixed units. Each unit in - // a mixed unit must be a built-in unit. - static void forMixedUnit(const Locale &loc, const MeasureUnit &unit, const UNumberUnitWidth &width, - const PluralRules *rules, const MicroPropsGenerator *parent, - MixedUnitLongNameHandler *fillIn, UErrorCode &status); - // For a mixed unit, returns a Modifier that takes only one parameter: the // smallest and final unit of the set. The bigger units' values and labels // get baked into this Modifier, together with the unit label of the final