summaryrefslogtreecommitdiff
path: root/miniperlmain.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-07-27 17:53:22 +0200
committerNicholas Clark <nick@ccl4.org>2012-07-28 16:27:53 +0200
commit7c458fae0a6159ea505d310a91a4ffcf379153a2 (patch)
tree6a4c953f0aa087e8e5e674c6baf32e66d3c558d5 /miniperlmain.c
parent4c21785fe645f05e6e1a51824029d1cda897d57c (diff)
downloadperl-7c458fae0a6159ea505d310a91a4ffcf379153a2.tar.gz
Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19
The subdirectory containing the port specific files was purged when 5.000 was released, but changes made to other files were not removed.
Diffstat (limited to 'miniperlmain.c')
-rw-r--r--miniperlmain.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/miniperlmain.c b/miniperlmain.c
index 12b2f60daa..7f63a347d6 100644
--- a/miniperlmain.c
+++ b/miniperlmain.c
@@ -42,12 +42,6 @@
static void xs_init (pTHX);
static PerlInterpreter *my_perl;
-#if defined (atarist)
-/* The Atari operating system doesn't have a dynamic stack. The
- stack size is determined from this value. */
-long _stksize = 64 * 1024;
-#endif
-
#if defined(PERL_GLOBAL_STRUCT_PRIVATE)
/* The static struct perl_vars* may seem counterproductive since the
* whole idea PERL_GLOBAL_STRUCT_PRIVATE was to avoid statics, but note