summaryrefslogtreecommitdiffstats
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-04 20:35:31 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-04 20:35:31 +0100
commitde5e2c219b99895445fb75ae3541ee69282a5846 (patch)
tree66c568296d890abef12e5d04f7e62256e28b45e1 /src/os_unix.h
parent91e44a3305ef6bf2d43496c351dcff0a45c6bfb8 (diff)
patch 8.0.0059v8.0.0059
Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index 1070746f9c..d28aa4dde4 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -75,10 +75,6 @@
# ifdef VMS
# define mch_remove(x) delete((char *)(x))
# define vim_mkdir(x, y) mkdir((char *)(x), y)
-# ifdef VAX
-# else
-# define mch_rmdir(x) rmdir((char *)(x))
-# endif
# else
# define vim_mkdir(x, y) mkdir((char *)(x), y)
# define mch_rmdir(x) rmdir((char *)(x))