From e3f915d12c8fe0466918a29ab4eaef153f71a2cd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 14 Jul 2020 23:02:44 +0200 Subject: patch 8.2.1215: Atari MiNT support is outdated Problem: Atari MiNT support is outdated. Solution: Nobody responded this code is still useful, so let's delete it. --- src/memfile.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/memfile.c') diff --git a/src/memfile.c b/src/memfile.c index 4fe329439..ec65cebf3 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -46,9 +46,6 @@ # include # define STATFS statfs # define F_BSIZE f_bsize -# ifdef __MINT__ // do we still need this? -# define fstatfs(fd, buf, len, nul) mch_fstat((fd), (buf)) -# endif # endif #endif -- cgit v1.2.1