Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit fb796f8

Browse files
authored
Merge pull request #2144 from RazvanN7/Delete_postblit
[Trivial] Delete -@disable this(this) const- in object.d
2 parents c05d5de + 4907630 commit fb796f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/object.d

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,6 @@ struct ModuleInfo
14531453
else
14541454
{
14551455
@disable this();
1456-
@disable this(this) const;
14571456
}
14581457

14591458
const:

0 commit comments

Comments
 (0)