summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-10-23 17:40:46 +0200
committersalad <fmoenne-@student.le-101.fr>2020-10-23 17:40:46 +0200
commitabd3bd0b2d2c3869d81706d0266cfc561e4bc925 (patch)
treede58eb28ccb5c7679e2cb38d0d94eee8a2100479 /src/m_loop.c
parentmakeshift (diff)
download42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.gz
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.bz2
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.xz
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.zst
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.zip
loadsamoney
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 6bba915..89b06b9 100644
--- a/src/m_loop.c
+++ b/src/m_loop.c
@@ -41,9 +41,6 @@ uint8_t
gnl = 1;
while (gnl > 0)
{
- /* if (fd == STDIN_FILENO) */
- /* m_prompt_psx(1, msh); */
- /* gnl = get_next_line(fd, &line); */
gnl = c_gnl(fd, &line, 1, msh);
if (line[0] != '\0')
{