diff --git a/src/dmd/expression.h b/src/dmd/expression.h index 6bb6f404b2c7..faf46ae14130 100644 --- a/src/dmd/expression.h +++ b/src/dmd/expression.h @@ -565,12 +565,6 @@ class SymOffExp : public SymbolExp class VarExp : public SymbolExp { public: - /** - * Semantic can be called multiple times for a single expression. - * This field is needed to ensure the deprecation message will be printed only once. - */ - bool hasCheckedAttrs; - static VarExp *create(Loc loc, Declaration *var, bool hasOverloads = true); bool equals(RootObject *o); int checkModifiable(Scope *sc, int flag);