From cd86ed9d430a95bb9cf370c699245e1b667c146d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 1 Aug 2009 19:42:50 +0100 Subject: Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005 --- perlio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perlio.c') diff --git a/perlio.c b/perlio.c index 4fe4fa7178..50966e6b09 100644 --- a/perlio.c +++ b/perlio.c @@ -135,7 +135,7 @@ perlsio_binmode(FILE *fp, int iotype, int mode) * This used to be contents of do_binmode in doio.c */ #ifdef DOSISH -# if defined(atarist) || defined(__MINT__) +# if defined(atarist) PERL_UNUSED_ARG(iotype); if (!fflush(fp)) { if (mode & O_BINARY) -- cgit v1.2.1