diff options
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r-- | src/os_unix_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index fd7bc66def..9ce17410b0 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -251,8 +251,6 @@ # define DFLT_MAXMEMTOT (10*1024) /* use up to 10 Mbyte for Vim */ # endif -#define mch_rename(src, dst) rename(src, dst) - #if !defined(S_ISDIR) && defined(S_IFDIR) # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) #endif |