diff options
| author | gingerBill <bill@gingerbill.org> | 2024-03-25 13:23:43 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-03-25 13:23:43 +0000 |
| commit | e5629dafd0be1be42a3bd183a09ff82492b6b386 (patch) | |
| tree | f535e5de4dfc558531ef5052c6a14da798526e26 /src/threading.cpp | |
| parent | 68ff9454198e9eb02f46dac1777f68c594c60915 (diff) | |
Potentially fix a race condition with parapoly types (related to #3328)
Diffstat (limited to 'src/threading.cpp')
| -rw-r--r-- | src/threading.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/threading.cpp b/src/threading.cpp index a469435d2..d9538f66e 100644 --- a/src/threading.cpp +++ b/src/threading.cpp @@ -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; |