File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -353,10 +353,6 @@ class ASTScopeImpl {
353353private:
354354 virtual ScopeCreator &getScopeCreator ();
355355
356- #pragma mark - - creation queries
357- public:
358- virtual bool isThisAnAbstractStorageDecl () const { return false ; }
359-
360356#pragma mark - lookup
361357
362358public:
@@ -1370,8 +1366,6 @@ class SubscriptDeclScope final : public ASTScopeImpl {
13701366 getEnclosingAbstractStorageDecl () const override {
13711367 return decl;
13721368 }
1373- public:
1374- bool isThisAnAbstractStorageDecl () const override { return true ; }
13751369};
13761370
13771371class VarDeclScope final : public ASTScopeImpl {
@@ -1403,7 +1397,6 @@ class VarDeclScope final : public ASTScopeImpl {
14031397 getEnclosingAbstractStorageDecl () const override {
14041398 return decl;
14051399 }
1406- bool isThisAnAbstractStorageDecl () const override { return true ; }
14071400};
14081401
14091402class EnumElementScope : public ASTScopeImpl {
You can’t perform that action at this time.
0 commit comments