Skip to content

Commit

Permalink
remove unused local variables; ref mruby#2473
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Jul 15, 2014
1 parent dd34dec commit abf52c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mrbgems/mruby-eval/src/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit abf52c7

Please sign in to comment.