mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 19:52:30 +00:00
Potentially fix a race condition with parapoly types (related to #3328)
This commit is contained in:
@@ -122,8 +122,6 @@ gb_internal void wait_signal_set(Wait_Signal *ws) {
|
||||
futex_broadcast(&ws->futex);
|
||||
}
|
||||
|
||||
|
||||
|
||||
struct MutexGuard {
|
||||
MutexGuard() = delete;
|
||||
MutexGuard(MutexGuard const &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user