diff options
Diffstat (limited to 'sys/kern/imgact_binmisc.c')
-rw-r--r-- | sys/kern/imgact_binmisc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/imgact_binmisc.c b/sys/kern/imgact_binmisc.c index 04fecc67de13..afb1184f22ec 100644 --- a/sys/kern/imgact_binmisc.c +++ b/sys/kern/imgact_binmisc.c @@ -609,7 +609,6 @@ imgact_binmisc_exec(struct image_params *imgp) fname = sbuf_data(sname); } - /* * We need to "push" the interpreter in the arg[] list. To do this, * we first shift all the other values in the `begin_argv' area to @@ -707,7 +706,6 @@ imgact_binmisc_exec(struct image_params *imgp) if (!error) imgp->interpreter_name = imgp->args->begin_argv; - done: if (sname) sbuf_delete(sname); |