summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/codegen.c b/src/codegen.c
index 222dec9b6..6f1f75e88 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -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;