summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-08-19 11:07:26 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-08-19 11:07:26 +0900
commit32d0dbc8bf1daa3966c938a31f7380d53d352f11 (patch)
treead50e8ce74f59c80fcfa89d96e1db9ab6edbc208 /src
parent70132ea1df66c2621c8730f7e61d2c8a049187d4 (diff)
parent6dd9bb7c432341858b81690ad0817ef97129e040 (diff)
downloadmruby-32d0dbc8bf1daa3966c938a31f7380d53d352f11.tar.gz
mruby-32d0dbc8bf1daa3966c938a31f7380d53d352f11.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src')
-rw-r--r--src/variable.c1
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;
}
/*