Skip to content

Commit 850aba5

Browse files
authored
Merge pull request #29940 from CodaFi/bicyclette
Flush an old pre-Evaluator Cycle Breaking Hack
2 parents 814491a + 4e9ae93 commit 850aba5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/TypeCheckError.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,10 +1619,6 @@ void TypeChecker::checkTopLevelErrorHandling(TopLevelCodeDecl *code) {
16191619
}
16201620

16211621
void TypeChecker::checkFunctionErrorHandling(AbstractFunctionDecl *fn) {
1622-
// In some cases, we won't have validated the signature
1623-
// by the time we got here.
1624-
if (!fn->hasInterfaceType()) return;
1625-
16261622
#ifndef NDEBUG
16271623
PrettyStackTraceDecl debugStack("checking error handling for", fn);
16281624
#endif

0 commit comments

Comments
 (0)