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:
@@ -1004,7 +1004,6 @@ gen_literal_array(codegen_scope *s, node *tree, int sym, int val)
|
||||
tree = tree->cdr;
|
||||
}
|
||||
if (j > 0) {
|
||||
j = 0;
|
||||
++i;
|
||||
if (sym)
|
||||
gen_send_intern(s);
|
||||
|
||||
Reference in New Issue
Block a user