Skip to content

Commit e765091

Browse files
committed
stdlib: remove an unused Unicode data table
1 parent 897de2c commit e765091

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

stdlib/public/stubs/UnicodeNormalization.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@
2929

3030
#include "../SwiftShims/UnicodeShims.h"
3131

32-
/// Zero weight 0-8, 14-31, 127.
33-
const int8_t _swift_stdlib_unicode_ascii_collation_table_impl[128] = {
34-
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 0, 0, 0, 0, 0,
35-
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 12, 16, 28, 38, 29,
36-
27, 15, 17, 18, 24, 32, 9, 8, 14, 25, 39, 40, 41, 42, 43, 44, 45, 46, 47,
37-
48, 11, 10, 33, 34, 35, 13, 23, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70,
38-
72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 19, 26, 20, 31,
39-
7, 30, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81,
40-
83, 85, 87, 89, 91, 93, 95, 97, 99, 21, 36, 22, 37, 0};
41-
42-
const int8_t *_swift_stdlib_unicode_ascii_collation_table =
43-
_swift_stdlib_unicode_ascii_collation_table_impl;
44-
4532
static const UCollator *MakeRootCollator() {
4633
UErrorCode ErrorCode = U_ZERO_ERROR;
4734
UCollator *root = ucol_open("", &ErrorCode);

0 commit comments

Comments
 (0)