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 {
353
353
private:
354
354
virtual ScopeCreator &getScopeCreator ();
355
355
356
- #pragma mark - - creation queries
357
- public:
358
- virtual bool isThisAnAbstractStorageDecl () const { return false ; }
359
-
360
356
#pragma mark - lookup
361
357
362
358
public:
@@ -1370,8 +1366,6 @@ class SubscriptDeclScope final : public ASTScopeImpl {
1370
1366
getEnclosingAbstractStorageDecl () const override {
1371
1367
return decl;
1372
1368
}
1373
- public:
1374
- bool isThisAnAbstractStorageDecl () const override { return true ; }
1375
1369
};
1376
1370
1377
1371
class VarDeclScope final : public ASTScopeImpl {
@@ -1403,7 +1397,6 @@ class VarDeclScope final : public ASTScopeImpl {
1403
1397
getEnclosingAbstractStorageDecl () const override {
1404
1398
return decl;
1405
1399
}
1406
- bool isThisAnAbstractStorageDecl () const override { return true ; }
1407
1400
};
1408
1401
1409
1402
class EnumElementScope : public ASTScopeImpl {
You can’t perform that action at this time.
0 commit comments