Remove unused member VarDeclaration::anonDecl.

This commit is contained in:
kai
2012-03-28 06:57:17 +02:00
parent e739102374
commit e5f2430855
6 changed files with 0 additions and 22 deletions

View File

@@ -350,9 +350,6 @@ struct VarDeclaration : Declaration
/// Override added to set above flag.
void semantic3(Scope *sc);
// FIXME: we're not using these anymore!
AnonDeclaration* anonDecl;
/// This var is used by a naked function.
bool nakedUse;