parsing: remove (at least some) dead code

This commit is contained in:
Khaïs COLIN 2025-04-15 11:19:24 +02:00
parent 218be08049
commit 5e84e9a111
26 changed files with 12 additions and 1430 deletions

View file

@ -6,7 +6,7 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/31 10:28:28 by jguelen #+# #+# */
/* Updated: 2025/04/15 10:47:29 by khais ### ########.fr */
/* Updated: 2025/04/15 11:03:25 by khais ### ########.fr */
/* */
/* ************************************************************************** */
@ -119,7 +119,6 @@ t_cmd *minishell_pipeline_parse(t_minishell *app, t_wordlist *tokens)
/*
** Parse list of commands or pipeline.
*/
// TODO remove debugs
t_cmd *minishell_cmds_parse(t_minishell *app, t_wordlist *tokens)
{
t_cmd *subtree;