File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1037,8 +1037,6 @@ class AbstractFunctionDeclScope final : public ASTScopeImpl {
10371037
10381038 NullablePtr<const void > getReferrent () const override ;
10391039
1040- static bool shouldCreateAccessorScope (const AccessorDecl *);
1041-
10421040protected:
10431041 SourceRange
10441042 getSourceRangeOfEnclosedParamsOfASTNode (bool omitAssertions) const override ;
Original file line number Diff line number Diff line change @@ -2004,11 +2004,6 @@ ASTScopeImpl::rescueASTAncestorScopesForReuseFromMe() {
20042004 return astAncestorScopes;
20052005}
20062006
2007- bool AbstractFunctionDeclScope::shouldCreateAccessorScope (
2008- const AccessorDecl *const ad) {
2009- return isLocalizable (ad);
2010- }
2011-
20122007#pragma mark verification
20132008
20142009namespace {
You can’t perform that action at this time.
0 commit comments