mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Enable ConcurrentValue checking as part of Concurrency mode.
Drop the separate flag guarding this checking.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user