summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop.c')
-rw-r--r--src/m_loop.c3
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);