Skip to content

Commit 414fac5

Browse files
authored
Merge pull request #12479 from smeenai/qual
2 parents 0de982a + a7548e6 commit 414fac5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/AST/SyntaxASTMap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ namespace syntax {
3535
/// a mapping from lib/AST nodes to lib/Syntax nodes while we integrate
3636
/// the infrastructure into the compiler.
3737
class SyntaxASTMap final {
38-
friend class LegacyASTTransformer;
3938
llvm::DenseMap<RC<syntax::SyntaxData>, ASTNode> SyntaxMap;
4039
public:
4140

0 commit comments

Comments
 (0)