summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-01 19:42:50 +0100
committerJesse Vincent <jesse@bestpractical.com>2009-08-03 12:14:45 +0100
commitcd86ed9d430a95bb9cf370c699245e1b667c146d (patch)
tree94851f58db71d59caf0de5ae5b7af3c0499622c5 /perl.c
parent1af1c0d6fc56624ceeee486b9d34f20643ac0ecd (diff)
downloadperl-cd86ed9d430a95bb9cf370c699245e1b667c146d.tar.gz
Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005
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 d9ebaca07b..34fb28222e 100644
--- a/perl.c
+++ b/perl.c
@@ -3271,10 +3271,6 @@ Perl_moreswitches(pTHX_ const char *s)
PerlIO_printf(PerlIO_stdout(),
"BS2000 (POSIX) port by Start Amadeus GmbH, 1998-1999\n");
#endif
-#ifdef __MINT__
- PerlIO_printf(PerlIO_stdout(),
- "MiNT port by Guido Flohr, 1997-1999\n");
-#endif
#ifdef EPOC
PerlIO_printf(PerlIO_stdout(),
"EPOC port by Olaf Flebbe, 1999-2002\n");