Skip to content

Commit 0625b28

Browse files
authored
Merge pull request #73663 from DougGregor/concurrency-now-with-availability-6.0
2 parents 6171c55 + 57e259b commit 0625b28

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -470,13 +470,6 @@ static void SaveModuleInterfaceArgs(ModuleInterfaceOptions &Opts,
470470
interleave(RenderedArgs,
471471
[&](const char *Argument) { PrintArg(OS, Argument, StringRef()); },
472472
[&] { OS << " "; });
473-
474-
// Backward-compatibility hack: disable availability checking in the
475-
// _Concurrency module, so that older (Swift 5.5) compilers that did not
476-
// support back deployment of concurrency do not complain about 'async'
477-
// with older availability.
478-
if (FOpts.ModuleName == "_Concurrency")
479-
OS << " -disable-availability-checking";
480473
}
481474
{
482475
llvm::raw_string_ostream OS(Opts.IgnorablePrivateFlags);

0 commit comments

Comments
 (0)