summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-13 17:50:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-13 17:50:51 +0200
commit551b62834eedeea0949e424403bd3a1cee85ecaf (patch)
treeaac7ae5deab0e6369f6273e9c69844705f810f8b /src/m_loop.c
parentWorking builtins to pipes, ready to merge (diff)
download42-minishell-551b62834eedeea0949e424403bd3a1cee85ecaf.tar.gz
42-minishell-551b62834eedeea0949e424403bd3a1cee85ecaf.tar.bz2
42-minishell-551b62834eedeea0949e424403bd3a1cee85ecaf.tar.xz
42-minishell-551b62834eedeea0949e424403bd3a1cee85ecaf.tar.zst
42-minishell-551b62834eedeea0949e424403bd3a1cee85ecaf.zip
Removed bloat
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);