diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-10 23:28:04 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-10 23:28:04 +0900 |
| commit | b6c9a25866bf2a35a22e0ed56c037a76878fb228 (patch) | |
| tree | c9703e19aaf527f23930081bfbb88931bca0d6bd /src/proc.c | |
| parent | 64d577b0a2d4124cefb7fc7dc099d3efc4bbbb28 (diff) | |
| download | mruby-b6c9a25866bf2a35a22e0ed56c037a76878fb228.tar.gz mruby-b6c9a25866bf2a35a22e0ed56c037a76878fb228.zip | |
remove return at the bottom of void function
Diffstat (limited to 'src/proc.c')
| -rw-r--r-- | src/proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proc.c b/src/proc.c index 88ad71517..c4d7ec3ea 100644 --- a/src/proc.c +++ b/src/proc.c @@ -43,7 +43,6 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals) e = mrb->ci->env; } p->env = e; - return; } struct RProc * |
