diff options
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 |