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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h
index 1e5708da53..9535e1ae12 100644
--- a/src/os_unix_defs.h
+++ b/src/os_unix_defs.h
@@ -30,8 +30,6 @@
# include <sys/param.h> /* defines BSD, if it's a BSD system */
#endif
-#define vim_mkdir(x, y) os_mkdir((char *)(x), (y))
-
/* 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
* have an argument??? */