aboutsummaryrefslogtreecommitdiff
path: root/src/threading.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-03-25 13:23:43 +0000
committergingerBill <bill@gingerbill.org>2024-03-25 13:23:43 +0000
commite5629dafd0be1be42a3bd183a09ff82492b6b386 (patch)
treef535e5de4dfc558531ef5052c6a14da798526e26 /src/threading.cpp
parent68ff9454198e9eb02f46dac1777f68c594c60915 (diff)
Potentially fix a race condition with parapoly types (related to #3328)
Diffstat (limited to 'src/threading.cpp')
-rw-r--r--src/threading.cpp2
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;