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 {
1037
1037
1038
1038
NullablePtr<const void > getReferrent () const override ;
1039
1039
1040
- static bool shouldCreateAccessorScope (const AccessorDecl *);
1041
-
1042
1040
protected:
1043
1041
SourceRange
1044
1042
getSourceRangeOfEnclosedParamsOfASTNode (bool omitAssertions) const override ;
Original file line number Diff line number Diff line change @@ -2004,11 +2004,6 @@ ASTScopeImpl::rescueASTAncestorScopesForReuseFromMe() {
2004
2004
return astAncestorScopes;
2005
2005
}
2006
2006
2007
- bool AbstractFunctionDeclScope::shouldCreateAccessorScope (
2008
- const AccessorDecl *const ad) {
2009
- return isLocalizable (ad);
2010
- }
2011
-
2012
2007
#pragma mark verification
2013
2008
2014
2009
namespace {
You can’t perform that action at this time.
0 commit comments