diff options
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r-- | src/os_unix_defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index f4ae6b95ba..1e5708da53 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -31,7 +31,6 @@ #endif #define vim_mkdir(x, y) os_mkdir((char *)(x), (y)) -#define mch_rmdir(x) os_rmdir((char *)(x)) /* The number of arguments to a signal handler is configured here. */ /* It used to be a long list of almost all systems. Any system that doesn't |