Skip to content

Commit e408eb7

Browse files
authored
Merge pull request #13151 from harlanhaskins/moving-on
2 parents 873f7b4 + 9732442 commit e408eb7

File tree

9 files changed

+595
-1924
lines changed

9 files changed

+595
-1924
lines changed

include/swift/AST/LegacyASTTransformer.h

Lines changed: 0 additions & 125 deletions
This file was deleted.

include/swift/AST/SyntaxASTMap.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424

2525
namespace swift {
2626

27-
namespace syntax {
28-
class LegacyASTTransformer;
29-
}
30-
3127
/// The top-level container and manager for semantic analysis.
3228
///
3329
/// Eventually, this should contain cached semantic information such as

include/swift/Syntax/Syntax.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const auto NoParent = llvm::None;
5454
/// their children.
5555
class Syntax {
5656
friend struct SyntaxFactory;
57-
friend class LegacyASTTransformer;
5857
friend class swift::SyntaxASTMap;
5958

6059
protected:

lib/AST/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ add_swift_library(swiftAST STATIC
3333
GenericSignatureBuilder.cpp
3434
Identifier.cpp
3535
LayoutConstraint.cpp
36-
LegacyASTTransformer.cpp
3736
LookupVisibleDecls.cpp
3837
Module.cpp
3938
ModuleLoader.cpp

0 commit comments

Comments
 (0)