summaryrefslogtreecommitdiff
path: root/perl.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 /perl.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 'perl.c')
-rw-r--r--perl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.c b/perl.c
index bba4688ab2..d8b8aca63e 100644
--- a/perl.c
+++ b/perl.c
@@ -3432,10 +3432,6 @@ S_minus_v(pTHX)
"\n\nOS/2 port Copyright (c) 1990, 1991, Raymond Chen, Kai Uwe Rommel\n"
"Version 5 port Copyright (c) 1994-2002, Andreas Kaiser, Ilya Zakharevich\n");
#endif
-#ifdef atarist
- PerlIO_printf(PerlIO_stdout(),
- "atariST series port, ++jrb bammi@cadence.com\n");
-#endif
#ifdef __BEOS__
PerlIO_printf(PerlIO_stdout(),
"BeOS port Copyright Tom Spindler, 1997-1999\n");