Mark more differences between DMD and LDC.

This commit is contained in:
kai
2013-11-06 02:27:08 +01:00
parent 254579df2c
commit b7d80963ee
2 changed files with 29 additions and 2 deletions

View File

@@ -103,7 +103,6 @@ AggregateDeclaration::AggregateDeclaration(Loc loc, Identifier *id)
protection = PROTpublic;
type = NULL;
handle = NULL;
scope = 0;
structsize = 0; // size of struct
alignsize = 0; // size of struct for alignment purposes
hasUnions = 0;