aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r--src/os_unix_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h
index 621e461030..f4ae6b95ba 100644
--- a/src/os_unix_defs.h
+++ b/src/os_unix_defs.h
@@ -32,7 +32,6 @@
#define vim_mkdir(x, y) os_mkdir((char *)(x), (y))
#define mch_rmdir(x) os_rmdir((char *)(x))
-#define mch_remove(x) os_remove((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