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