mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove return at the bottom of void function
This commit is contained in:
@@ -43,7 +43,6 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
|
||||
e = mrb->ci->env;
|
||||
}
|
||||
p->env = e;
|
||||
return;
|
||||
}
|
||||
|
||||
struct RProc *
|
||||
|
||||
Reference in New Issue
Block a user