Skip to content

Commit 07aae95

Browse files
committed
[Gardening] Remove a Dead Entrypoint
This appears to have been removed during the ContextualPattern cleanups.
1 parent c2b13cd commit 07aae95

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
@@ -675,8 +675,6 @@ Pattern *resolvePattern(Pattern *P, DeclContext *dc, bool isStmtCondition);
675675
/// unbound generic types.
676676
Type typeCheckPattern(ContextualPattern pattern);
677677

678-
bool typeCheckCatchPattern(CaseStmt *S, DeclContext *dc);
679-
680678
/// Coerce a pattern to the given type.
681679
///
682680
/// \param pattern The contextual pattern.

0 commit comments

Comments
 (0)