diff options
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fileio.c b/src/fileio.c index 6600b5920..e35ce8c7b 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2866,11 +2866,6 @@ check_for_cryptkey( } #endif // FEAT_CRYPT -#if defined(VMS) && !defined(MIN) -// Older DECC compiler for VAX doesn't define MIN() -# define MIN(a, b) ((a) < (b) ? (a) : (b)) -#endif - /* * Return TRUE if a file appears to be read-only from the file permissions. */ |