Skip to content

Commit d586199

Browse files
committed
Strip TypeChecker of some friends
TypeChecker has no friends.
1 parent 417c82f commit d586199

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/TypeChecker.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,6 @@ class TypeChecker final {
546546
~TypeChecker() = default;
547547

548548
friend class ASTContext;
549-
friend class constraints::ConstraintSystem;
550-
friend class TypeCheckFunctionBodyUntilRequest;
551549

552550
public:
553551
/// Create a new type checker instance for the given ASTContext, if it

0 commit comments

Comments
 (0)