diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/m_loop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/m_loop.c b/src/m_loop.c index 4d942b2..140d009 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -87,11 +87,8 @@ uint8_t char *line; char *quote; int8_t gnl; - int32_t pipefd[2]; gnl = 1; - pipefd[0] = STDOUT_FILENO; - pipefd[1] = STDIN_FILENO; while (gnl > 0) { m_prompt(msh); |