summaryrefslogtreecommitdiff
path: root/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/copy.c b/copy.c
index 2c746a1..7da09d4 100644
--- a/copy.c
+++ b/copy.c
@@ -246,9 +246,7 @@ static void copy_expr(Copier *c, Expression *out, Expression *in) {
case EXPR_LITERAL_STR:
case EXPR_LITERAL_CHAR:
case EXPR_LITERAL_BOOL:
- break;
case EXPR_IDENT:
- copier_ident_translate(c, &out->ident);
break;
case EXPR_UNARY_OP:
out->unary.of = copy_expr_(c, in->unary.of);