diff options
| author | Yukang <[email protected]> | 2013-08-18 20:21:48 +0800 |
|---|---|---|
| committer | Yukang <[email protected]> | 2013-08-18 20:21:48 +0800 |
| commit | 31d10393daf783c4cdc5de890c8e7d9e77a631ea (patch) | |
| tree | 46eb05b0b2dcaeac23b0a6ccfd247cd070cec8db /src/variable.c | |
| parent | a1bcadeb32a840d06cb8009c0051bd1668204197 (diff) | |
| download | mruby-31d10393daf783c4cdc5de890c8e7d9e77a631ea.tar.gz mruby-31d10393daf783c4cdc5de890c8e7d9e77a631ea.zip | |
remove unnecessary return
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c index 048b63bca..f2a474201 100644 --- a/src/variable.c +++ b/src/variable.c @@ -118,7 +118,6 @@ iv_put(mrb_state *mrb, iv_tbl *t, mrb_sym sym, mrb_value val) else { t->rootseg = seg; } - return; } /* |
