diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-10-23 17:40:46 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-10-23 17:40:46 +0200 |
commit | abd3bd0b2d2c3869d81706d0266cfc561e4bc925 (patch) | |
tree | de58eb28ccb5c7679e2cb38d0d94eee8a2100479 /src/m_loop.c | |
parent | makeshift (diff) | |
download | 42-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.c | 3 |
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') { |