diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-21 18:50:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-21 18:50:13 +0200 |
commit | 3adac189770e56536e47f631be2cea2efa708165 (patch) | |
tree | 2e3c205b646e2a4a6b8194d8278f2020cb4fa27e | |
parent | One good function (diff) | |
download | 42-minishell-3adac189770e56536e47f631be2cea2efa708165.tar.gz 42-minishell-3adac189770e56536e47f631be2cea2efa708165.tar.bz2 42-minishell-3adac189770e56536e47f631be2cea2efa708165.tar.xz 42-minishell-3adac189770e56536e47f631be2cea2efa708165.tar.zst 42-minishell-3adac189770e56536e47f631be2cea2efa708165.zip |
Removed TODO
-rw-r--r-- | src/p_lblock.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/p_lblock.c b/src/p_lblock.c index e7faeea..369eb5a 100644 --- a/src/p_lblock.c +++ b/src/p_lblock.c @@ -42,10 +42,6 @@ static uint8_t p_get_nextif(char *words[], size_t i) return (nextif); } -/* -** TODO: ft_strchr('|'): danger /!\ rewrite this shit -*/ - static t_bool p_find_good_pipe(const char word[]) { char *ptr; |