diff options
author | Simen Endsjø <simendsjo@gmail.com> | 2014-03-05 14:36:10 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-05 15:12:21 -0300 |
commit | 3925d951a15b44f4fbcef89db6b628b79de6bac3 (patch) | |
tree | 0a6de4b25a1952a380b12946153b39122dfaee2a /src/os_unixx.h | |
parent | fafdad2f95f4104374056ce2affe59a8098bb3fa (diff) | |
download | rneovim-3925d951a15b44f4fbcef89db6b628b79de6bac3.tar.gz rneovim-3925d951a15b44f4fbcef89db6b628b79de6bac3.tar.bz2 rneovim-3925d951a15b44f4fbcef89db6b628b79de6bac3.zip |
Remove USE_SYSTEM and code only run under USE_SYSTEM
Diffstat (limited to 'src/os_unixx.h')
-rw-r--r-- | src/os_unixx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os_unixx.h b/src/os_unixx.h index 2a28a6d5f1..e07d2bae67 100644 --- a/src/os_unixx.h +++ b/src/os_unixx.h @@ -22,8 +22,6 @@ # include <sys/ioctl.h> #endif -#ifndef USE_SYSTEM /* use fork/exec to start the shell */ - # if defined(HAVE_SYS_WAIT_H) || defined(HAVE_UNION_WAIT) # include <sys/wait.h> # endif @@ -44,8 +42,6 @@ # endif # endif -#endif /* !USE_SYSTEM */ - #ifdef HAVE_STROPTS_H #ifdef sinix #define buf_T __system_buf_t__ |