Skip to content

Commit

Permalink
Remove unused AnonymousAggregateDeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Jan 9, 2013
1 parent b07e161 commit db11353
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/aggregate.h
Expand Up @@ -119,16 +119,6 @@ struct AggregateDeclaration : ScopeDsymbol
AggregateDeclaration *isAggregateDeclaration() { return this; }
};

struct AnonymousAggregateDeclaration : AggregateDeclaration
{
AnonymousAggregateDeclaration()
: AggregateDeclaration(0, NULL)
{
}

AnonymousAggregateDeclaration *isAnonymousAggregateDeclaration() { return this; }
};

struct StructDeclaration : AggregateDeclaration
{
int zeroInit; // !=0 if initialize with 0 fill
Expand Down
1 change: 0 additions & 1 deletion src/scope.h
Expand Up @@ -25,7 +25,6 @@ struct LabelStatement;
struct ForeachStatement;
struct ClassDeclaration;
struct AggregateDeclaration;
struct AnonymousAggregateDeclaration;
struct FuncDeclaration;
struct DocComment;
struct TemplateInstance;
Expand Down

0 comments on commit db11353

Please sign in to comment.