diff options
author | NIIBE Yutaka <[email protected]> | 2020-02-13 02:13:02 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2020-02-13 02:13:02 +0000 |
commit | 96d873a08ceb3ac71ac035ad981ae9a2cb1a07c1 (patch) | |
tree | 41f62d91f955c32e689f0dd5401715e67b19ef45 | |
parent | regexp: Don't need width calc for regexp. (diff) | |
download | gnupg-96d873a08ceb3ac71ac035ad981ae9a2cb1a07c1.tar.gz gnupg-96d873a08ceb3ac71ac035ad981ae9a2cb1a07c1.zip |
regexp: Also don't need title map.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | regexp/_unicode_mapping.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/regexp/_unicode_mapping.c b/regexp/_unicode_mapping.c index 3bc8f5a58..42ad6658e 100644 --- a/regexp/_unicode_mapping.c +++ b/regexp/_unicode_mapping.c @@ -531,9 +531,3 @@ static const struct casemap unicode_case_mapping_lower[] = { { 0xff34, 0xff54 }, { 0xff35, 0xff55 }, { 0xff36, 0xff56 }, { 0xff37, 0xff57 }, { 0xff38, 0xff58 }, { 0xff39, 0xff59 }, { 0xff3a, 0xff5a }, }; - -static const struct casemap unicode_case_mapping_title[] = { - { 0x01c4, 0x01c5 }, { 0x01c5, 0x0 }, { 0x01c6, 0x01c5 }, { 0x01c7, 0x01c8 }, - { 0x01c8, 0x0 }, { 0x01c9, 0x01c8 }, { 0x01ca, 0x01cb }, { 0x01cb, 0x0 }, - { 0x01cc, 0x01cb }, { 0x01f1, 0x01f2 }, { 0x01f2, 0x0 }, { 0x01f3, 0x01f2 }, -}; |