summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/makedef.pl b/makedef.pl
index f91fa8c233..d2d5e53a10 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -379,8 +379,6 @@ unless ($define{'USE_ITHREADS'}) {
PL_hints_mutex
PL_locale_mutex
PL_locale_mutex_depth
- PL_lc_numeric_mutex
- PL_lc_numeric_mutex_depth
PL_my_ctx_mutex
PL_perlio_mutex
PL_stashpad
@@ -454,11 +452,6 @@ unless ($define{'MULTIPLICITY'}) {
);
}
-if ($define{USE_THREAD_SAFE_LOCALE}) {
- ++$skip{PL_lc_numeric_mutex};
- ++$skip{PL_lc_numeric_mutex_depth};
-}
-
unless ($define{'USE_DTRACE'}) {
++$skip{$_} foreach qw(
Perl_dtrace_probe_call