remove mch_access macro as it is only used in fs.c

This commit is contained in:
Stefan Hoffmann
2014-03-16 17:45:25 +01:00
committed by Thiago de Arruda
parent f762a9e195
commit 5a2c9e123e
4 changed files with 2 additions and 16 deletions

View File

@@ -120,7 +120,6 @@
* On VMS file names are different and require a translation.
* On the Mac open() has only two arguments.
*/
# define mch_access(n, p) access((n), (p))
# define mch_fopen(n, p) fopen((n), (p))
# define mch_fstat(n, p) fstat((n), (p))
# ifdef STAT_IGNORES_SLASH