Skip to content

Commit 4133ead

Browse files
authored
Merge pull request #34675 from CodaFi/catch-me-if-you-can
[Gardening] Remove a Dead Entrypoint
2 parents ad545f8 + 07aae95 commit 4133ead

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)