From 3925d951a15b44f4fbcef89db6b628b79de6bac3 Mon Sep 17 00:00:00 2001 From: Simen Endsjø Date: Wed, 5 Mar 2014 14:36:10 +0100 Subject: Remove USE_SYSTEM and code only run under USE_SYSTEM --- src/os_unixx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/os_unixx.h') 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 #endif -#ifndef USE_SYSTEM /* use fork/exec to start the shell */ - # if defined(HAVE_SYS_WAIT_H) || defined(HAVE_UNION_WAIT) # include # endif @@ -44,8 +42,6 @@ # endif # endif -#endif /* !USE_SYSTEM */ - #ifdef HAVE_STROPTS_H #ifdef sinix #define buf_T __system_buf_t__ -- cgit