Skip to content

Commit 4242af7

Browse files
committed
remove #if 1
1 parent 76cf339 commit 4242af7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint(
23032303

23042304
if (!shouldAttemptFixes())
23052305
return SolutionKind::Error;
2306-
#if 1
2306+
23072307
// See if there's anything we can do to fix the conformance:
23082308
OptionalTypeKind optionalKind;
23092309
if (auto optionalObjectType = type->getAnyOptionalObjectType(optionalKind)) {
@@ -2326,7 +2326,6 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint(
23262326
return result;
23272327
}
23282328
}
2329-
#endif
23302329

23312330
// There's nothing more we can do; fail.
23322331
return SolutionKind::Error;

0 commit comments

Comments
 (0)