Skip to content

Commit c90dda0

Browse files
authored
Revert "Work around ICU version < 62"
1 parent 117dfd4 commit c90dda0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CoreFoundation/String.subproj/CFString.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "CFRuntime_Internal.h"
2929
#include <assert.h>
3030
#include <unicode/uchar.h>
31-
#include <unicode/uversion.h>
3231
#if TARGET_OS_MAC || TARGET_OS_WIN32 || TARGET_OS_LINUX
3332
#include "CFLocaleInternal.h"
3433
#include "CFStringLocalizedFormattingInternal.h"
@@ -47,10 +46,7 @@
4746
#endif
4847

4948

50-
// Build with older versions of ICU
51-
#if U_ICU_VERSION_MAJOR_NUM < 62
52-
# define UCHAR_EXTENDED_PICTOGRAPHIC 64
53-
#endif
49+
5450

5551
#define USE_STRING_ROM 0
5652

0 commit comments

Comments
 (0)