mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
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:

committed by
Thiago de Arruda

parent
4e1b364a3e
commit
9da32a1f78
@@ -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;
|
||||
|
Reference in New Issue
Block a user