Skip to content

Commit b13ce50

Browse files
authored
Merge pull request swiftlang#34232 from slavapestov/misc-astscope-cleanups
One last round of ASTScope cleanups
2 parents a26fc55 + 4b0d39c commit b13ce50

File tree

4 files changed

+73
-251
lines changed

4 files changed

+73
-251
lines changed

include/swift/AST/ASTScope.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ class ASTSourceFileScope final : public ASTScopeImpl {
397397
public:
398398
SourceFile *const SF;
399399
ScopeCreator *const scopeCreator;
400-
ASTScopeImpl *insertionPoint;
401400

402401
ASTSourceFileScope(SourceFile *SF, ScopeCreator *scopeCreator);
403402

@@ -798,7 +797,6 @@ class ParameterListScope final : public ASTScopeImpl {
798797

799798
private:
800799
void expandAScopeThatDoesNotCreateANewInsertionPoint(ScopeCreator &);
801-
SourceLoc fixupEndForBadInput(SourceRange) const;
802800

803801
public:
804802
std::string getClassName() const override;

0 commit comments

Comments
 (0)