summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-08-11 18:00:47 -0600
committerKarl Williamson <khw@cpan.org>2022-09-02 13:21:24 -0600
commit3d118badf8a1b8d6cfcb6bf98a51ff62b0b0379a (patch)
tree6b44f6946900594897554ae731fdfabe9b9842e3 /embedvar.h
parent8fffab5814a1dec668cc4056a4a6e0a06b0309f1 (diff)
downloadperl-3d118badf8a1b8d6cfcb6bf98a51ff62b0b0379a.tar.gz
locale.c: Rmv no longer used code; UTF8ness cache
What these functions do has been subsumed by code introduced in previous commits, and in a more straight forward manner. Also removed in this commit is the cache of the knowing what locales are UTF-8 or not. This data is now cheaper to calculate when needed, and there is now a single entry cache, so I don't think the complexity warrants keeping it. It could be added back if necessary, split off from the remainder of this commit.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embedvar.h b/embedvar.h
index 2f392df58e..2165582d25 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -170,7 +170,6 @@
#define PL_laststatval (vTHX->Ilaststatval)
#define PL_laststype (vTHX->Ilaststype)
#define PL_lc_numeric_mutex_depth (vTHX->Ilc_numeric_mutex_depth)
-#define PL_locale_utf8ness (vTHX->Ilocale_utf8ness)
#define PL_localizing (vTHX->Ilocalizing)
#define PL_localpatches (vTHX->Ilocalpatches)
#define PL_lockhook (vTHX->Ilockhook)