mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
Remove unused member VarDeclaration::anonDecl.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user