remove unreachable code

It's just a copy of the code in the previous case (NODE_CALL).
This commit is contained in:
cremno
2015-05-29 11:29:11 +02:00
parent b05d736b49
commit 2554fd9c94
-7
View File
@@ -957,13 +957,6 @@ gen_assignment(codegen_scope *s, node *tree, int sp, int val)
gen_vmassignment(s, tree->car, sp, val);
break;
push();
gen_call(s, tree, attrsym(s, sym(tree->cdr->car)), sp, NOVAL);
pop();
if (val) {
genop_peep(s, MKOP_AB(OP_MOVE, cursp(), sp), val);
}
break;
/* splat without assignment */
case NODE_NIL:
break;