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
@@ -294,7 +294,7 @@ mrb_ary_cmp(mrb_state *mrb, mrb_value ary1)
|
||||
{
|
||||
mrb_value ary2;
|
||||
struct RArray *a1, *a2;
|
||||
mrb_value r = mrb_nil_value();
|
||||
mrb_value r;
|
||||
mrb_int i, len;
|
||||
|
||||
mrb_get_args(mrb, "o", &ary2);
|
||||
|
||||
Reference in New Issue
Block a user