From 7c458fae0a6159ea505d310a91a4ffcf379153a2 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 27 Jul 2012 17:53:22 +0200 Subject: 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. --- os2/perlrexx.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'os2') diff --git a/os2/perlrexx.c b/os2/perlrexx.c index 840b1172c5..98a550262a 100644 --- a/os2/perlrexx.c +++ b/os2/perlrexx.c @@ -35,12 +35,6 @@ ULONG PERLEXPORTALL(PCSZ name, LONG rargc, const RXSTRING *rargv, PCSZ queuename ULONG PERLDROPALL(PCSZ name, LONG rargc, const RXSTRING *rargv, PCSZ queuename, PRXSTRING retstr); ULONG PERLDROPALLEXIT(PCSZ name, LONG rargc, const RXSTRING *rargv, PCSZ queuename, PRXSTRING retstr); -#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 - /* Register any extra external extensions */ /* Do not delete this line--writemain depends on it */ -- cgit v1.2.1