summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-18 13:26:35 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-20 23:28:13 +0100
commitfd0d589a755514a9f3666f29d6394b360818f12c (patch)
tree331b1001f06da2d6b4d2918288e75ab4bf16d4aa /makedef.pl
parent566a3e56615e1f4dcc3e45f10d31f46746f3d646 (diff)
downloadperl-fd0d589a755514a9f3666f29d6394b360818f12c.tar.gz
Remove PL_appctx and PL_timesbase interpreter variables
These were only ever needed by Symbian.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/makedef.pl b/makedef.pl
index ae453a64a6..41cfecbf95 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -470,14 +470,6 @@ unless ($define{'USE_DTRACE'}) {
);
}
-unless ($define{'PERL_NEED_APPCTX'}) {
- ++$skip{PL_appctx};
-}
-
-unless ($define{'PERL_NEED_TIMESBASE'}) {
- ++$skip{PL_timesbase};
-}
-
unless ($define{'DEBUG_LEAKING_SCALARS'}) {
++$skip{PL_sv_serial};
}