summaryrefslogtreecommitdiff
path: root/perlvars.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 /perlvars.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 'perlvars.h')
-rw-r--r--perlvars.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/perlvars.h b/perlvars.h
index 129e13d170..760cb5c0d0 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -173,14 +173,6 @@ destruction. (Use of C<PL_dirty> is discouraged since 5.14.)
PERLVAR(G, check_mutex, perl_mutex) /* Mutex for PL_check */
#endif
-#ifdef PERL_NEED_APPCTX
-PERLVAR(G, appctx, void*) /* the application context */
-#endif
-
-#if defined(HAS_TIMES) && defined(PERL_NEED_TIMESBASE)
-PERLVAR(G, timesbase, struct tms)
-#endif
-
/* allocate a unique index to every module that calls MY_CXT_INIT */
#ifdef PERL_IMPLICIT_CONTEXT