Potentially fix a race condition with parapoly types (related to #3328)

This commit is contained in:
gingerBill
2024-03-25 13:23:43 +00:00
parent 68ff945419
commit e5629dafd0
4 changed files with 103 additions and 96 deletions

View File

@@ -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;