mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove feature flag for has-async-alt attr
This patch removes the feature flag for @hasAsyncAlternative since it's already protected by the experimental concurrency flag and will go in with the concurrency features. This fixes one of Doug's comments on https://github.com/apple/swift/pull/36027.
This commit is contained in:
@@ -713,9 +713,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
}
|
||||
}
|
||||
|
||||
Opts.EnableExperimentalHasAsyncAlternative |=
|
||||
Args.hasArg(OPT_experimental_has_async_alternative_attribute);
|
||||
|
||||
return HadError || UnsupportedOS || UnsupportedArch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user