hush: remove redundant "G_flag_return_in_progress = -1"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
5b3d2eb327
commit
cee603d921
@ -7109,7 +7109,6 @@ static void exec_function(char ***to_free,
|
|||||||
G_flag_return_in_progress = -1;
|
G_flag_return_in_progress = -1;
|
||||||
IF_HUSH_LOCAL(G.func_nest_level++;)
|
IF_HUSH_LOCAL(G.func_nest_level++;)
|
||||||
|
|
||||||
G_flag_return_in_progress = -1;
|
|
||||||
/* On MMU, funcp->body is always non-NULL */
|
/* On MMU, funcp->body is always non-NULL */
|
||||||
n = run_list(funcp->body);
|
n = run_list(funcp->body);
|
||||||
fflush_all();
|
fflush_all();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user