]> granicus.if.org Git - icu/commitdiff
ICU-20055 Removing reference to UCONFIG_FORMAT_FASTPATHS_49 from uconfig.h
authorShane Carr <sffc@google.com>
Wed, 1 Aug 2018 23:23:02 +0000 (16:23 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:38 +0000 (14:27 -0700)
icu4c/source/common/unicode/uconfig.h

index e84e621030eb5d1c29dda6f6b29c2ac888e16ad0..857ed561357085155ad7f6e5d6e1bd88b5d1c637 100644 (file)
 #   define UCONFIG_HAVE_PARSEALLINPUT 1
 #endif
 
-
-/**
- * \def UCONFIG_FORMAT_FASTPATHS_49
- * This switch turns on other formatting fastpaths. Binary incompatible in object DecimalFormat and DecimalFormatSymbols
- *
- * @internal
- */
-#ifndef UCONFIG_FORMAT_FASTPATHS_49
-#   define UCONFIG_FORMAT_FASTPATHS_49 1
-#endif
-
 /**
  * \def UCONFIG_NO_FILTERED_BREAK_ITERATION
  * This switch turns off filtered break iteration code.