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