summaryrefslogtreecommitdiff
path: root/intrpvar.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 /intrpvar.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 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index fc3914b1b0..5cec9ff15f 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -390,7 +390,6 @@ PERLVAR(I, in_utf8_turkic_locale, bool)
#if defined(USE_ITHREADS) && ! defined(USE_THREAD_SAFE_LOCALE)
PERLVARI(I, lc_numeric_mutex_depth, int, 0) /* Emulate general semaphore */
#endif
-PERLVARA(I, locale_utf8ness, 256, char)
#ifdef USE_LOCALE_CTYPE
PERLVAR(I, warn_locale, SV *)