mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
parsing: remove (at least some) dead code
This commit is contained in:
parent
218be08049
commit
5e84e9a111
26 changed files with 12 additions and 1430 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue