summaryrefslogtreecommitdiff
path: root/perl.h
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 /perl.h
parent566a3e56615e1f4dcc3e45f10d31f46746f3d646 (diff)
downloadperl-fd0d589a755514a9f3666f29d6394b360818f12c.tar.gz
Remove PL_appctx and PL_timesbase interpreter variables
These were only ever needed by Symbian.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index 8ae8829fdb..2007baefd3 100644
--- a/perl.h
+++ b/perl.h
@@ -4989,12 +4989,6 @@ EXTCONST char PL_bincompat_options[] =
# ifdef PERL_MICRO
" PERL_MICRO"
# endif
-# ifdef PERL_NEED_APPCTX
- " PERL_NEED_APPCTX"
-# endif
-# ifdef PERL_NEED_TIMESBASE
- " PERL_NEED_TIMESBASE"
-# endif
# ifdef PERL_POISON
" PERL_POISON"
# endif