Skip to content

Commit aaede0a

Browse files
committed
[Gardening] Remove validateExtension's Interface
1 parent c849652 commit aaede0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/TypeChecker.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,10 +800,6 @@ class TypeChecker final : public LazyResolver {
800800

801801
void validateDecl(ValueDecl *D);
802802

803-
/// Validate the given extension declaration, ensuring that it
804-
/// properly extends the nominal type it names.
805-
void validateExtension(ExtensionDecl *ext);
806-
807803
/// Resolve a reference to the given type declaration within a particular
808804
/// context.
809805
///

0 commit comments

Comments
 (0)