Skip to content

Commit 662104f

Browse files
committed
Type.unSharedOf: Don't propagate back-end ctype after building variant
1 parent e2b1534 commit 662104f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compiler/src/dmd/typesem.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8655,7 +8655,6 @@ Type unSharedOf(Type type)
86558655
{
86568656
t = type.nullAttributes();
86578657
t.mod = type.mod & ~MODFlags.shared_;
8658-
t.ctype = type.ctype;
86598658
t = t.merge();
86608659
t.fixTo(type);
86618660
}

0 commit comments

Comments
 (0)