diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-14 23:02:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-14 23:02:44 +0200 |
commit | e3f915d12c8fe0466918a29ab4eaef153f71a2cd (patch) | |
tree | 40dbefda787ad5025343d543a1bf7d2b90c99d13 /src/memfile.c | |
parent | ceb56ddbafbca01e52ff4291d9480bf83d739793 (diff) | |
download | vim-git-e3f915d12c8fe0466918a29ab4eaef153f71a2cd.tar.gz |
patch 8.2.1215: Atari MiNT support is outdatedv8.2.1215
Problem: Atari MiNT support is outdated.
Solution: Nobody responded this code is still useful, so let's delete it.
Diffstat (limited to 'src/memfile.c')
-rw-r--r-- | src/memfile.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sys/statfs.h> # 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 |