diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 18:52:02 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 18:52:02 +0200 |
commit | d202fba7088f3d2eb92297660ab1359ac7853559 (patch) | |
tree | 9f709d15ed33df718b6cab8e3ccb869cf67ffc5c | |
parent | Update (diff) | |
download | 42-minishell-d202fba7088f3d2eb92297660ab1359ac7853559.tar.gz 42-minishell-d202fba7088f3d2eb92297660ab1359ac7853559.tar.bz2 42-minishell-d202fba7088f3d2eb92297660ab1359ac7853559.tar.xz 42-minishell-d202fba7088f3d2eb92297660ab1359ac7853559.tar.zst 42-minishell-d202fba7088f3d2eb92297660ab1359ac7853559.zip |
Removed todo
-rw-r--r-- | src/s_com.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s_com.c b/src/s_com.c index 3a565e6..0f69993 100644 --- a/src/s_com.c +++ b/src/s_com.c @@ -30,10 +30,6 @@ #include "s_lredir.h" #include "s_struct.h" -/* -** TODO: norme -*/ - static int8_t s_fill_com(char *words[], t_com **com) { uint64_t i; |