summaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index 366413a917..3db2456f3c 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -161,7 +161,6 @@
# define mch_fstat(n, p) fstat((n), (p))
# undef HAVE_LSTAT // VMS does not have lstat()
# define mch_stat(n, p) stat(vms_fixfilename(n), (p))
-# define mch_rmdir(n) rmdir(vms_fixfilename(n))
#else
# ifndef MSWIN
# define mch_access(n, p) access((n), (p))