diff options
Diffstat (limited to '')
-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') { |