summaryrefslogtreecommitdiffstats
path: root/src/s_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_init.c')
-rw-r--r--src/s_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s_init.c b/src/s_init.c
index 63861e6..7b36653 100644
--- a/src/s_init.c
+++ b/src/s_init.c
@@ -130,8 +130,6 @@ t_msh
if (!(msh = (t_msh*)malloc(sizeof(t_msh))))
return (NULL);
- if (!(msh->ps_one = ft_strdup(FT_PS_ONE)))
- return (NULL);
if (!(msh->shname = ft_strdup(argv[0])))
return (NULL);
/* TODO: shname: care about "./", try with symlinks */