Skip to content

Commit d5a82c5

Browse files
committed
[TypeChecker] NFC: Fix merge conflict in typeCheckBinding
1 parent 67d87e1 commit d5a82c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckConstraints.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ bool TypeChecker::typeCheckBinding(Pattern *&pattern, Expr *&initializer,
444444
initializer, DC, patternType, pattern,
445445
/*bindPatternVarsOneWay=*/false);
446446

447-
auto options = TypeCheckExprOptions();
448447
if (DC->getASTContext().LangOpts.CheckAPIAvailabilityOnly &&
449448
PBD && !DC->getAsDecl()) {
450449
// Skip checking the initializer for non-public decls when

0 commit comments

Comments
 (0)