Remove code and checks for unsupported systems.

Remove remnants of support for systems including
__EMX__, MSDOS, OS2, AMIGA and MORPHOS.
This commit is contained in:
Chris Watkins
2014-04-22 22:49:52 -07:00
committed by Thiago de Arruda
parent 4e1b364a3e
commit 9da32a1f78
27 changed files with 111 additions and 295 deletions

View File

@@ -10,7 +10,6 @@
/*
* os_unix.c -- code for all flavors of Unix (BSD, SYSV, SVR4, POSIX, ...)
* Also for OS/2, using the excellent EMX package!!!
* Also for BeOS and Atari MiNT.
*
* A lot of this file was originally written by Juergen Weigert and later
@@ -903,10 +902,6 @@ int mch_get_shellsize()
long columns = 0;
char_u *p;
/*
* For OS/2 use _scrsize().
*/
/*
* 1. try using an ioctl. It is the most accurate method.
*
@@ -1027,9 +1022,6 @@ int flags; /* EW_* flags */
bool dir;
char_u *extra_shell_arg = NULL;
ShellOpts shellopts = kShellOptExpand | kShellOptSilent;
/*
* This is the non-OS/2 implementation (really Unix).
*/
int j;
char_u *tempname;
char_u *command;