diff options
Diffstat (limited to 'src/p_lblock.c')
-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; |