mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
5 lines
235 B
Text
5 lines
235 B
Text
Remove criticalRegionLock
|
|
|
|
The criticalRegionLock feature suffer from a serious design flaw: $(LINK https://issues.dlang.org/show_bug.cgi?id=24741)
|
|
|
|
It turns out it is not used, so rather than fixing the flaw, the feature was removed.
|