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
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue