From 16b18492a3b13a32fa4c894a24245b7f615366e4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 16 Nov 2019 11:31:23 -0700 Subject: Remove generation and use of NonFinalFold table With the revamping done in cc288b7a2732c37504039083ebb98241954636be, the table of Unicode case folds that are more than a single character is no longer used, so no need to generate it, or having it available. --- perlvars.h | 1 - 1 file changed, 1 deletion(-) (limited to 'perlvars.h') diff --git a/perlvars.h b/perlvars.h index df5b2f8c64..b9ba54058a 100644 --- a/perlvars.h +++ b/perlvars.h @@ -277,7 +277,6 @@ PERLVAR(G, HasMultiCharFold, SV *) PERLVAR(G, InMultiCharFold, SV *) PERLVAR(G, Latin1, SV *) PERLVAR(G, LB_invlist, SV *) -PERLVAR(G, NonFinalFold, SV *) PERLVAR(G, SB_invlist, SV *) PERLVAR(G, SCX_invlist, SV *) PERLVAR(G, UpperLatin1, SV *) /* Code points 128 - 255 */ -- cgit v1.2.1