mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
removed unused variables / assigns never used
This commit is contained in:
+1
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user