summaryrefslogtreecommitdiff
path: root/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/copy.c b/copy.c
index 1cbc088..7380c05 100644
--- a/copy.c
+++ b/copy.c
@@ -364,7 +364,6 @@ static void copy_decl(Copier *c, Declaration *out, Declaration *in) {
assert(c->block);
copier_ident_translate(c, &out->idents[i]);
- out->idents[i]->decl_kind = IDECL_DECL;
out->idents[i]->decl = out;
}