Removed AggregateDeclaration::scope which was added by mistake.

This commit is contained in:
Alexey Prokhin
2010-12-31 13:29:15 +03:00
parent 6b6ba75139
commit a1f14a047b

View File

@@ -68,7 +68,6 @@ struct AggregateDeclaration : ScopeDsymbol
// 1: size is correct
// 2: cannot determine size; fwd referenced
int isdeprecated; // !=0 if deprecated
Scope *scope; // !=NULL means context to use
#if DMDV2
int isnested; // !=0 if is nested