aboutsummaryrefslogtreecommitdiff
path: root/core/sync/sync2
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2022-03-12 10:47:52 +0000
committergingerBill <gingerBill@users.noreply.github.com>2022-03-12 10:47:52 +0000
commitc12c7d53701e1ba9d110a9c4bd61fc2cb19a8fd1 (patch)
treef3a0daa9f936f137dc5445bc73be6d0510311f9d /core/sync/sync2
parente6d3e893a594313b1bc26e7d56e91b701bc24f9c (diff)
Remove tag
Diffstat (limited to 'core/sync/sync2')
-rw-r--r--core/sync/sync2/primitives.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sync/sync2/primitives.odin b/core/sync/sync2/primitives.odin
index 046ecbc35..6d056d439 100644
--- a/core/sync/sync2/primitives.odin
+++ b/core/sync/sync2/primitives.odin
@@ -11,7 +11,7 @@ current_thread_id :: proc "contextless" () -> int {
//
// A Mutex must not be copied after first use
Mutex :: struct {
- impl: _Mutex `This is a tag`,
+ impl: _Mutex,
}
// mutex_lock locks m