mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove unused local variables; ref #2473
This commit is contained in:
@@ -178,8 +178,7 @@ mrb_value mrb_obj_instance_eval(mrb_state *mrb, mrb_value self);
|
||||
static mrb_value
|
||||
f_instance_eval(mrb_state *mrb, mrb_value self)
|
||||
{
|
||||
mrb_value b, ret;
|
||||
struct RClass *c;
|
||||
mrb_value b;
|
||||
mrb_int argc; mrb_value *argv;
|
||||
|
||||
mrb_get_args(mrb, "*&", &argv, &argc, &b);
|
||||
|
||||
Reference in New Issue
Block a user