diff --git a/fs/exec.c b/fs/exec.c index af4fbb61cd53..715e1a8aa4f0 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -1747,7 +1747,6 @@ int remove_arg_zero(struct linux_binprm *bprm) bprm->p++; bprm->argc--; - ret = 0; out: return ret;