We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194d5d0 commit 0c07365Copy full SHA for 0c07365
lib/AST/Availability.cpp
@@ -360,7 +360,6 @@ AvailabilityContext ASTContext::getSwift53Availability() {
360
llvm::VersionTuple macOVersion53(10, 16, 0);
361
macOVersion53 = canonicalizePlatformVersion(PlatformKind::OSX, macOVersion53);
362
return AvailabilityContext(
363
- VersionRange::allGTE(llvm::VersionTuple(10, 16, 0)));
364
VersionRange::allGTE(macOVersion53));
365
} else if (target.isiOS()) {
366
if (target.isAArch64() &&
0 commit comments