ICU-20055 Removing reference to UCONFIG_FORMAT_FASTPATHS_49 from uconfig.h

This commit is contained in:
Shane Carr 2018-08-01 16:23:02 -07:00 committed by Shane Carr
parent 12e2a72747
commit 01c1c8b01d
No known key found for this signature in database
GPG Key ID: FCED3B24AAB18B5C

View File

@ -431,17 +431,6 @@
# 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.