remove return at the bottom of void function

This commit is contained in:
Yukihiro Matz Matsumoto
2012-12-10 23:28:04 +09:00
parent 64d577b0a2
commit b6c9a25866
-1
View File
@@ -43,7 +43,6 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
e = mrb->ci->env;
}
p->env = e;
return;
}
struct RProc *