diff --git a/dmd2/aggregate.h b/dmd2/aggregate.h index 463a4a37..979f3f3c 100644 --- a/dmd2/aggregate.h +++ b/dmd2/aggregate.h @@ -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