hush: remove redundant "G_flag_return_in_progress = -1"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-07-31 18:06:07 +02:00
parent 5b3d2eb327
commit cee603d921

View File

@ -7109,7 +7109,6 @@ static void exec_function(char ***to_free,
G_flag_return_in_progress = -1;
IF_HUSH_LOCAL(G.func_nest_level++;)
G_flag_return_in_progress = -1;
/* On MMU, funcp->body is always non-NULL */
n = run_list(funcp->body);
fflush_all();