Enable ConcurrentValue checking as part of Concurrency mode.

Drop the separate flag guarding this checking.
This commit is contained in:
Doug Gregor
2021-02-22 00:29:56 -08:00
parent 65d6af6b98
commit ecf36ba6bc
11 changed files with 25 additions and 22 deletions

View File

@@ -244,9 +244,6 @@ namespace swift {
/// Enable experimental concurrency model.
bool EnableExperimentalConcurrency = false;
/// Enable experimental ConcurrentValue checking.
bool EnableExperimentalConcurrentValueChecking = false;
/// Enable experimental flow-sensitive concurrent captures.
bool EnableExperimentalFlowSensitiveConcurrentCaptures = false;