removed unused variables / assigns never used

This commit is contained in:
Julien Ammous
2013-05-18 12:04:27 +02:00
parent ac2adf3476
commit 8057eb935c
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -872,7 +872,7 @@ mrb_vm_const_get(mrb_state *mrb, mrb_sym sym)
if (!c) c = mrb->ci->target_class;
if (c) {
struct RClass *c2 = c;
struct RClass *c2;
mrb_value v;
if (c->iv && iv_get(mrb, c->iv, sym, &v)) {