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

@@ -733,9 +733,6 @@ VarDeclaration::VarDeclaration(Loc loc, Type *type, Identifier *id, Initializer
#if IN_LLVM
aggrIndex = 0;
// LDC
anonDecl = NULL;
nakedUse = false;
availableExternally = true; // assume this unless proven otherwise