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
@@ -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);