summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-16 11:31:23 -0700
committerKarl Williamson <khw@cpan.org>2019-11-16 11:37:01 -0700
commit16b18492a3b13a32fa4c894a24245b7f615366e4 (patch)
tree01413e4b6d48a7f9c7914a4cdd07d423ac697f8e /perlvars.h
parent6ca098bb1fca01af6d62a461471dd66be4b5a16b (diff)
downloadperl-16b18492a3b13a32fa4c894a24245b7f615366e4.tar.gz
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.
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h1
1 files changed, 0 insertions, 1 deletions
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 */