From a06ecab7a5159e744448ace731036f0dc5f87dd4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 16 Jul 2016 14:47:36 +0200 Subject: patch 7.4.2048 Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi) --- src/os_unix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/os_unix.h') diff --git a/src/os_unix.h b/src/os_unix.h index 73881afa2..b835df657 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -33,10 +33,6 @@ # include #endif -#ifdef __EMX__ -# define HAVE_TOTAL_MEM -#endif - #if defined(__CYGWIN__) || defined(__CYGWIN32__) # define WIN32UNIX /* Compiling for Win32 using Unix files. */ # define BINARY_FILE_IO -- cgit v1.2.1